科目标签

Original definition from account

model odoo.addons.account.models.account_account_tag.AccountAccountTag(env: api.Environment, ids: tuple[IdType, ...], prefetch_ids: Reversible[IdType])[源代码]
_name = account.account.tag
name: str
必填

名称

Tag Name

applicability: str
必填

名称

Applicability

Selection

accounts: Accounts taxes: Taxes products: Products

默认

accounts

color: int
名称

Color Index

active: bool
名称

Active

默认

Set active to false to hide the Account Tag without removing it.

tax_negate: bool
名称

Negate Tax Balance

Check this box to negate the absolute value of the balance of the lines associated with this tag in tax report computation.

country_id: int
名称

Country

Comodel

res.country

Possible_values

odoo/addons/base/data/res_country_data.xml

Country for which this tag is available, when applied on taxes.