From d72dc4a00edbe4f9ed597973c27285c8d2802480 Mon Sep 17 00:00:00 2001 From: Abdellatif BENZBIRIA Date: Tue, 17 Dec 2024 21:10:25 +0100 Subject: [PATCH] TA#66828 [16.0][MIG] canada_mis_report (#223) --------- Co-authored-by: Majda EL MARIOULI --- canada_mis_report/__manifest__.py | 6 +++--- canada_mis_report/data/mis_report.xml | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/canada_mis_report/__manifest__.py b/canada_mis_report/__manifest__.py index afcc249..85ff1bb 100644 --- a/canada_mis_report/__manifest__.py +++ b/canada_mis_report/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Canada MIS Builder Reports", - "version": "16.0.1.0.1", + "version": "16.0.1.0.0", "author": "Numigi", "maintainer": "Numigi", "license": "LGPL-3", @@ -12,10 +12,10 @@ "depends": [ # Numigi/odoo-account-addons "canada_account_types", + # OCA/mis-builder "mis_builder", - # Numigi/odoo-base - "lang_fr_activated", + # Odoo/odoo "l10n_ca", ], diff --git a/canada_mis_report/data/mis_report.xml b/canada_mis_report/data/mis_report.xml index a635e17..4a3383c 100644 --- a/canada_mis_report/data/mis_report.xml +++ b/canada_mis_report/data/mis_report.xml @@ -59,7 +59,7 @@ (0, 0, { 'name': 'INTEREST', 'description': 'Interests', - 'expression': '-bal[("account_type", "=", "interest_expenses")][]', + 'expression': '-bal[("account_type", "=", "expense_interest")][]', 'style_id': ref('canada_mis_report.style_h3'), 'accumulation_method': 'sum', 'compare_method': 'pct', @@ -69,7 +69,7 @@ (0, 0, { 'name': 'ONE_TIME_CHARGES', 'description': 'One-time Charges', - 'expression': '-bal[("account_type", "=", "one_time_expenses")][]', + 'expression': '-bal[("account_type", "=", "expense_one_time_expenses")][]', 'style_id': ref('canada_mis_report.style_h3'), 'accumulation_method': 'sum', 'compare_method': 'pct', @@ -99,7 +99,7 @@ (0, 0, { 'name': 'TAXES', 'description': 'Taxes', - 'expression': '-bal[("account_type", "=", "tax_expenses")][]', + 'expression': '-bal[("account_type", "=", "expense_tax")][]', 'style_id': ref('canada_mis_report.style_h3'), 'accumulation_method': 'sum', 'compare_method': 'pct', @@ -180,7 +180,7 @@ (0, 0, { 'name': 'INTEREST', 'description': 'Interests', - 'expression': '-bal[("account_type", "=", "interest_expenses")][]', + 'expression': '-bal[("account_type", "=", "expense_interest")][]', 'style_id': ref('canada_mis_report.style_h3'), 'accumulation_method': 'sum', 'compare_method': 'pct', @@ -191,7 +191,7 @@ (0, 0, { 'name': 'ONE_TIME_CHARGES', 'description': 'One-time Charges', - 'expression': '-bal[("account_type", "=", "one_time_expenses")][]', + 'expression': '-bal[("account_type", "=", "expense_one_time_expenses")][]', 'style_id': ref('canada_mis_report.style_h3'), 'accumulation_method': 'sum', 'compare_method': 'pct', @@ -223,7 +223,7 @@ (0, 0, { 'name': 'TAXES', 'description': 'Taxes', - 'expression': '-bal[("account_type", "=", "tax_expenses")][]', + 'expression': '-bal[("account_type", "=", "expense_tax")][]', 'style_id': ref('canada_mis_report.style_h3'), 'accumulation_method': 'sum', 'compare_method': 'pct',