odoo_fp_configure
Configure fiscal position tax action maps for Bulgarian localization. Create or update entries with move type, VAT type, document type, and narration.
Instructions
Add or update a tax action map entry for a fiscal position (l10n_bg_tax_admin). Provide action_id to update existing entry, or position_id to create new. Use odoo_fp_types for available selection values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connection | No | default | |
| action_id | No | Existing action entry ID (for update). Omit to create. | |
| position_id | No | Fiscal position ID (required for create) | |
| move_type | No | Type of move | |
| l10n_bg_move_type | No | Bulgarian move type | |
| l10n_bg_type_vat | No | VAT type code (use odoo_fp_types for values) | |
| l10n_bg_document_type | No | Document type code (use odoo_fp_types for values) | |
| l10n_bg_narration | No | Narration for audit report (required for create) | |
| dest_move_type | No | Replacement move type for auto-generated documents | |
| position_dest_id | No | Replacement fiscal position ID | |
| account_id | No | Account ID for base amount of tax | |
| partner_id | No | Partner ID for generated tax lines | |
| factor_percent | No | Factor percentage (default 100) |