Skip to content
Snippets Groups Projects
Commit 67a4538e authored by Julien Van Roy's avatar Julien Van Roy
Browse files

[FIX] l10n_fr: tax report - fix box_16 formula


In the 2022 Tax report, box 16: 'Total de la TVA brute due (lignes 08 à 5B)'.
The formula is missing tags P1, P2, I1 to I6.

opw-3036679

closes odoo/odoo#106831

Signed-off-by: default avatarBrice Bartoletti (bib) <bib@odoo.com>
parent c52cde54
No related branches found
No related tags found
No related merge requests found
......@@ -700,7 +700,7 @@
<record id="tax_report_16" model="account.report.line">
<field name="name">16 - Total de la TVA brute due</field>
<field name="code">box_16</field>
<field name="aggregation_formula">box_08_taxe.balance + box_09_taxe.balance + box_9B_taxe.balance + box_10_taxe.balance + box_11_taxe.balance + box_13_taxe.balance + box_14_taxe.balance + box_15.balance + box_5B.balance</field>
<field name="aggregation_formula">box_08_taxe.balance + box_09_taxe.balance + box_9B_taxe.balance + box_10_taxe.balance + box_11_taxe.balance + box_13_taxe.balance + box_14_taxe.balance + box_P1_taxe.balance + box_P2_taxe.balance + box_I1_taxe.balance + box_I2_taxe.balance + box_I3_taxe.balance + box_I4_taxe.balance + box_I5_taxe.balance + box_I6_taxe.balance + box_15.balance + box_5B.balance</field>
</record>
<record id="tax_report_17" model="account.report.line">
<field name="name">17 - Dont TVA sur acquisitions intracommunautaires</field>
......
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