Skip to content

Commit 8254116

Browse files
committed
[FIX] l10n_ch: No amount on section titles
The tax report should not display any amount on Section Titles opw-2329278 closes odoo#58833 X-original-commit: 1367d12 Signed-off-by: agr-odoo <[email protected]> Signed-off-by: oco-odoo <[email protected]> Signed-off-by: Nicolas Martinelli (nim) <[email protected]>
1 parent c1e5274 commit 8254116

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

addons/l10n_ch/data/account_tax_report_data.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<record id="account_tax_report_line_chiffre_af" model="account.tax.report.line">
1010
<field name="name">I - CHIFFRE D'AFFAIRES</field>
1111
<field name="report_id" ref="tax_report"/>
12+
<field name="formula">None</field>
1213
<field name="sequence" eval="1"/>
1314
</record>
1415

@@ -86,6 +87,7 @@
8687
<record id="account_tax_report_line_calc_impot" model="account.tax.report.line">
8788
<field name="name">II - CALCUL DE L'IMPOT</field>
8889
<field name="report_id" ref="tax_report"/>
90+
<field name="formula">None</field>
8991
<field name="sequence" eval="3"/>
9092
</record>
9193

0 commit comments

Comments
 (0)