Skip to content
Snippets Groups Projects
Commit 3070079d authored by Claire Bretton (clbr)'s avatar Claire Bretton (clbr)
Browse files

[FIX] l10n_ch: Fix return tax type


The return tax should only be used through its parent tax,
we don't want it to be accessible directly on bills or invoices.

opw-3347425 (2nd issue)

closes odoo/odoo#126653

X-original-commit: c8fdceab
Signed-off-by: default avatarBrice Bartoletti (bib) <bib@odoo.com>
Signed-off-by: default avatarClaire Bretton (clbr) <clbr@odoo.com>
parent 5a502137
Branches
Tags
No related merge requests found
......@@ -543,7 +543,7 @@
<field name="amount_type">percent</field>
<field name="sequence" eval="0"/>
<field name="chart_template_id" ref="l10nch_chart_template"/>
<field name="type_tax_use">purchase</field>
<field name="type_tax_use">none</field>
<field name="active" eval="False"/>
<field name="invoice_repartition_line_ids" eval="[(5, 0, 0),
(0,0, {
......
......@@ -639,7 +639,7 @@
<field name="sequence" eval="0"/>
<field name="chart_template_id" ref="l10nch_chart_template"/>
<field name="tax_group_id" ref="tax_group_tva_77"/>
<field name="type_tax_use">purchase</field>
<field name="type_tax_use">none</field>
<field name="invoice_repartition_line_ids" eval="[(5, 0, 0),
(0,0, {
'repartition_type': 'base',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment