[FIX] mis_template_financial_report: Remove balance of "Current Year Earnings" in Profit.

According to the explanation https://github.com/OCA/account-financial-reporting/issues/888#issuecomment-1171101484 it is not necessary.

TT37837
pull/901/head
Víctor Martínez 2022-09-01 19:16:47 +02:00
parent 218ef3f585
commit dc92e72488
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
<field name="description">Profit</field>
<field
name="expression"
>-balp[('user_type_id', 'in', (ref('account.data_account_type_other_income').id, ref('account.data_account_type_revenue').id, ref('account.data_unaffected_earnings').id,))][]</field>
>-balp[('user_type_id', 'in', (ref('account.data_account_type_other_income').id, ref('account.data_account_type_revenue').id,))][]</field>
<field name="auto_expand_accounts">true</field>
<field name="auto_expand_accounts_style_id" ref="style_details" />
<field name="style_id" ref="style_header" />