From 8aeba52421e2de2cf9d2241e77858cd494422cd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Mart=C3=ADnez?= Date: Thu, 1 Sep 2022 19:16:47 +0200 Subject: [PATCH] [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 --- mis_template_financial_report/__manifest__.py | 2 +- mis_template_financial_report/data/mis_report_kpi.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mis_template_financial_report/__manifest__.py b/mis_template_financial_report/__manifest__.py index ebb14a27..10830239 100644 --- a/mis_template_financial_report/__manifest__.py +++ b/mis_template_financial_report/__manifest__.py @@ -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", diff --git a/mis_template_financial_report/data/mis_report_kpi.xml b/mis_template_financial_report/data/mis_report_kpi.xml index e573c41f..d565732a 100644 --- a/mis_template_financial_report/data/mis_report_kpi.xml +++ b/mis_template_financial_report/data/mis_report_kpi.xml @@ -19,7 +19,7 @@ Profit -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,))][] + >-balp[('user_type_id', 'in', (ref('account.data_account_type_other_income').id, ref('account.data_account_type_revenue').id,))][] true