Fiscal Position¶
Original definition from account¶
- model odoo.addons.account.models.partner.AccountFiscalPosition(env: Environment, ids: tuple[IdType, ...], prefetch_ids: Reversible[IdType])[broncode]¶
- _name = account.fiscal.position¶
 - account_ids: Sequence[odoo.orm.commands.Command]¶
- Name
- Account Mapping 
- Comodel
- account.fiscal.position.account 
 
 - tax_ids: Sequence[odoo.orm.commands.Command]¶
- Name
- Taxes 
- Comodel
 
 - auto_apply: bool¶
- Name
- Detect Automatically 
 - Apply tax & account mappings on invoices automatically if the matching criterias (VAT/Country) are met. 
 - country_id: int¶
- Name
- Country 
- Comodel
- res.country 
- Possible_values
 - Apply only if delivery country matches. 
 - country_group_id: int¶
- Name
- Country Group 
- Comodel
- res.country.group 
 - Apply only if delivery country matches the group. 
 - state_ids: Sequence[odoo.orm.commands.Command]¶
- Name
- Federal States 
- Comodel
- res.country.state