Skip to content

Commit 923c3c9

Browse files
committed
[FIX] l10n_sg: tax report adapted to changes in generic P&L
OPINC (Operating Income) has been replaced by REV (Revenue), still filtering the same journal items ([('account_id.account_type', '=', 'income')]) See odoo/enterprise#69959 closes odoo#180243 Related: odoo/upgrade#6508 Signed-off-by: Quentin De Paoli (qdp) <[email protected]>
1 parent f364108 commit 923c3c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/l10n_sg/data/account_tax_report_data.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@
180180
<record id="account_tax_report_line_revenues_accounting_period_formula" model="account.report.expression">
181181
<field name="label">balance</field>
182182
<field name="engine">aggregation</field>
183-
<field name="formula">OPINC.balance</field>
183+
<field name="formula">REV.balance</field>
184184
<field name="subformula">cross_report</field>
185185
</record>
186186
</field>

0 commit comments

Comments
 (0)