Fiscal Position¶
Original definition from account
¶
- model odoo.addons.account.models.partner.AccountFiscalPosition(env: api.Environment, ids: tuple[IdType, ...], prefetch_ids: Reversible[IdType])[source]¶
- _name = account.fiscal.position¶
- account_ids: Sequence[odoo.fields.Command]¶
- Name
Account Mapping
- Comodel
account.fiscal.position.account
- tax_ids: Sequence[odoo.fields.Command]¶
- Name
Tax Mapping
- Comodel
account.fiscal.position.tax
- 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.fields.Command]¶
- Name
Federal States
- Comodel
res.country.state