Tax Repartitions¶
Original definition from account
¶
-
model
odoo.addons.account.models.chart_template.
AccountTaxRepartitionLineTemplate
[source]¶ -
_name
= account.tax.repartition.line.template¶
-
factor_percent
: float¶ - Required
- Name
%
Factor to apply on the account move lines generated from this distribution line, in percents
-
repartition_type
: str¶ - Required
- Name
Based On
- Selection
base
: Basetax
: of tax- Default
tax
Base on which the factor will be applied.
-
invoice_tax_id
: int¶ - Name
Invoice Tax
- Comodel
The tax set to apply this distribution on invoices. Mutually exclusive with refund_tax_id
-
refund_tax_id
: int¶ - Name
Refund Tax
- Comodel
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
Additional tags that will be assigned by this repartition line for use in financial reports
-