Account Tag

Original definition from account

model odoo.addons.account.models.account_account_tag.AccountAccountTag(env: odoo.api.Environment, ids: tuple[int | odoo.models.NewId], prefetch_ids: collections.abc.Iterable[int | odoo.models.NewId])[source]
_name = account.account.tag
name: str
Required

Name

Tag Name

applicability: str
Required

Name

Applicability

Selection

accounts: Accounts taxes: Taxes products: Products

Default

accounts

color: int
Name

Color Index

active: bool
Name

Active

Default

True

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

tax_negate: bool
Name

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
Name

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.