[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. TT37837pull/1012/head
parent
67bfa0de78
commit
8aeba52421
|
@ -3,7 +3,7 @@
|
|||
|
||||
{
|
||||
"name": "Profit & Loss / Balance sheet MIS templates",
|
||||
"version": "14.0.1.0.0",
|
||||
"version": "14.0.1.1.0",
|
||||
"license": "AGPL-3",
|
||||
"author": "Hunki Enterprises BV,Odoo Community Association (OCA)",
|
||||
"website": "https://github.com/OCA/account-financial-reporting",
|
||||
|
|
|
@ -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" />
|
||||
|
|
Loading…
Reference in New Issue