From c57a76b4258e907640e3c210baea4206d1c2e179 Mon Sep 17 00:00:00 2001 From: Yannis Burkhalter Date: Sun, 6 Oct 2024 20:54:34 +0200 Subject: [PATCH] [MIG] mis_template_financial_report: Migration to 17.0 --- mis_template_financial_report/__manifest__.py | 2 +- .../tests/test_mis_template_financial_report.py | 4 ++-- .../views/mis_report_instance_views.xml | 5 +---- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/mis_template_financial_report/__manifest__.py b/mis_template_financial_report/__manifest__.py index b333d290..ad37bb3c 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": "16.0.1.0.0", + "version": "17.0.1.0.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/tests/test_mis_template_financial_report.py b/mis_template_financial_report/tests/test_mis_template_financial_report.py index 2b331fb1..5b9f731e 100644 --- a/mis_template_financial_report/tests/test_mis_template_financial_report.py +++ b/mis_template_financial_report/tests/test_mis_template_financial_report.py @@ -1,10 +1,10 @@ # Copyright 2020 Hunki Enterprises BV # Copyright 2021 Opener B.V. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). -from odoo.addons.mis_builder.tests.test_mis_report_instance import TestMisReportInstance +from odoo.tests.common import TransactionCase -class TestMisTemplateFinancialReport(TestMisReportInstance): +class TestMisTemplateFinancialReport(TransactionCase): def test_mis_template_financial_report(self): instance = self.env["mis.report.instance"].create( { diff --git a/mis_template_financial_report/views/mis_report_instance_views.xml b/mis_template_financial_report/views/mis_report_instance_views.xml index 27f20a6c..61cec946 100644 --- a/mis_template_financial_report/views/mis_report_instance_views.xml +++ b/mis_template_financial_report/views/mis_report_instance_views.xml @@ -7,10 +7,7 @@ - +