税务地位

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
sequence: int
名称

序列

name: str
必填

名称

税务地位

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

note: str
名称

Notes

Legal mentions that have to be printed on the invoices.

auto_apply: bool
名称

Detect Automatically

Apply tax & account mappings on invoices automatically if the matching criterias (VAT/Country) are met.

vat_required: bool
名称

VAT required

Apply only if partner has a VAT number.

country_id: int
名称

Country

Comodel

res.country

Possible_values

odoo/addons/base/data/res_country_data.xml

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

zip_from: str
名称

Zip Range From

zip_to: str
名称

Zip Range To