Skip to content
Snippets Groups Projects
Commit c8fdceab 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#126527

X-original-commit: 7b07df87
Signed-off-by: default avatarBrice Bartoletti (bib) <bib@odoo.com>
Signed-off-by: default avatarClaire Bretton (clbr) <clbr@odoo.com>
parent 3f651ead
No related branches found
No related tags found
No related merge requests found
......@@ -663,7 +663,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, {
......
......@@ -777,7 +777,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, {
'factor_percent': 100,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment