Fiscal Position
Original definition from account
- model odoo.addons.account.models.chart_template.AccountFiscalPositionTemplate(env, ids, prefetch_ids)[source]
- _name = account.fiscal.position.template
- sequence: int
- Name
Sequence
- name: str
- Required
- Name
Fiscal Position Template
- chart_template_id: int
- Required
- Name
Chart Template
- Comodel
- account_ids: Sequence[odoo.fields.Command]
- Name
Account Mapping
- Comodel
account.fiscal.position.account.template
- tax_ids: Sequence[odoo.fields.Command]
- Name
Tax Mapping
- Comodel
account.fiscal.position.tax.template
- note: str
- Name
Notes
- auto_apply: bool
- Name
Detect Automatically
Apply automatically this fiscal position.
- vat_required: bool
- Name
VAT required
Apply only if partner has a VAT number.
- 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
- zip_from: str
- Name
Zip Range From
- zip_to: str
- Name
Zip Range To