Tax Repartitions¶

Original definition from account¶

model odoo.addons.account.models.chart_template.AccountTaxRepartitionLineTemplate(env, ids, prefetch_ids)[source]¶
_name = account.tax.repartition.line.template¶
factor_percent: float¶
Required

Name

%

Default

100

Factor to apply on the account move lines generated from this distribution line, in percents

repartition_type: str¶
Required

Name

Based On

Selection

base: Base tax: of tax

Default

tax

Base on which the factor will be applied.

account_id: int¶
Name

Account

Comodel

account.account.template

Account on which to post the tax amount

invoice_tax_id: int¶
Name

Invoice Tax

Comodel

account.tax.template

The tax set to apply this distribution on invoices. Mutually exclusive with refund_tax_id

refund_tax_id: int¶
Name

Refund Tax

Comodel

account.tax.template

The tax set to apply this distribution on refund invoices. Mutually exclusive with invoice_tax_id

tag_ids: Sequence[odoo.fields.Command]¶
Name

Financial Tags

Comodel

account.account.tag

Additional tags that will be assigned by this repartition line for use in domains

use_in_tax_closing: bool¶
Name

Tax Closing Entry