税务地位¶
Original definition from account
¶
- model odoo.addons.account.models.partner.AccountFiscalPosition(env: api.Environment, ids: tuple[IdType, ...], prefetch_ids: Reversible[IdType])[源代码]¶
- _name = account.fiscal.position¶
- account_ids: Sequence[odoo.fields.Command]¶
- 名称
Account Mapping
- Comodel
account.fiscal.position.account
- tax_ids: Sequence[odoo.fields.Command]¶
- 名称
Tax Mapping
- Comodel
account.fiscal.position.tax
- auto_apply: bool¶
- 名称
Detect Automatically
Apply tax & account mappings on invoices automatically if the matching criterias (VAT/Country) are met.
- country_id: int¶
- 名称
Country
- Comodel
res.country
- Possible_values
Apply only if delivery country matches.
- country_group_id: int¶
- 名称
Country Group
- Comodel
res.country.group
Apply only if delivery country matches the group.
- state_ids: Sequence[odoo.fields.Command]¶
- 名称
Federal States
- Comodel
res.country.state