Skip to content

Commit

Permalink
[FIX] l10n_us_mis_financial_report: wrong tag in Balance Domain
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-RB committed Aug 23, 2024
1 parent 219cedc commit a800928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l10n_us_mis_financial_report/data/mis_report_kpi.xml
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@
<field name="description">Balance Domain</field>
<field
name="expression"
>-(balu[('account_type', 'in', ('income', 'income_other', 'expense_direct_cost', 'expense', 'expense_depreciation'))]+balp[('account_type', 'in', ('income', 'income_other', 'expense_direct_cost', 'expense', 'expense_depreciation'))])</field>
>-(balu[('account_type', 'in', ('income', 'income_other', 'expense_direct_cost', 'expense', 'expense_depreciation'))]+bale[('account_type', 'in', ('income', 'income_other', 'expense_direct_cost', 'expense', 'expense_depreciation'))])</field>
<field name="auto_expand_accounts">false</field>
<field name="style_id" ref="style_hide" />
<field name="type">num</field>
Expand Down

0 comments on commit a800928

Please sign in to comment.