Skip to content
Snippets Groups Projects
Commit a0515db9 authored by Brice bib Bartoletti's avatar Brice bib Bartoletti
Browse files

[FIX] l10n_at: tax template repartition lines


1) The aim of this commit is to make the tax template more consistent with
the instanciated tax.
Indeed a tax wouldn't pass the constrains if it hadn't all its
repartition line.

2) Make the refund consistent with the rest of the taxes.

closes odoo/odoo#132638

Task-id: None
X-original-commit: c8603a9e
Signed-off-by: default avatarFlorian Gilbert (flg) <flg@odoo.com>
Signed-off-by: default avatarBrice Bartoletti (bib) <bib@odoo.com>
parent 9e6adb74
No related branches found
No related tags found
No related merge requests found
...@@ -1247,6 +1247,19 @@ ...@@ -1247,6 +1247,19 @@
'minus_report_expression_ids': [ref('tax_report_line_l10n_at_tva_line_4_33_tag')], 'minus_report_expression_ids': [ref('tax_report_line_l10n_at_tva_line_4_33_tag')],
}), }),
]"/> ]"/>
<field name="refund_repartition_line_ids" eval="[(5, 0, 0),
(0,0,{
'factor_percent': 100,
'repartition_type': 'base',
'minus_report_expression_ids': [ref('tax_report_line_l10n_at_tva_line_4_33_tag'), ref('tax_report_line_l10n_at_tva_line_4_17_base_tag')],
}),
(0,0,{
'factor_percent': 100,
'repartition_type': 'tax',
'account_id': ref('chart_at_template_3505'),
'plus_report_expression_ids': [ref('tax_report_line_l10n_at_tva_line_4_33_tag')],
}),
]"/>
</record> </record>
<!-- Vorlagen: Einkauf (Vorsteuer) --> <!-- Vorlagen: Einkauf (Vorsteuer) -->
<!-- Vorsteuern -060, -061, -083, -065(070), -066(057), -082, -087, <!-- Vorsteuern -060, -061, -083, -065(070), -066(057), -082, -087,
......
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