From 5fc443bf99277a5a12f0e376fab347a57a0b6abc Mon Sep 17 00:00:00 2001 From: Matias Peralta Date: Tue, 22 Apr 2025 16:27:34 -0300 Subject: [PATCH] [MIG] product_catalog_aeroo_report: Migration to 18.0 --- product_catalog_aeroo_report/__manifest__.py | 4 ++-- .../views/product_catalog_report_views.xml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/product_catalog_aeroo_report/__manifest__.py b/product_catalog_aeroo_report/__manifest__.py index 59697bb3a..1cf98160f 100644 --- a/product_catalog_aeroo_report/__manifest__.py +++ b/product_catalog_aeroo_report/__manifest__.py @@ -19,7 +19,7 @@ ############################################################################## { "name": "Product Catalog Aeroo Report", - "version": "17.0.1.0.0", + "version": "18.0.1.0.0", "category": "Aeroo Reporting", "sequence": 14, "summary": "", @@ -43,7 +43,7 @@ "demo/product_template_demo.xml", "demo/product_product_demo.xml", ], - "installable": False, + "installable": True, "auto_install": False, "application": True, } diff --git a/product_catalog_aeroo_report/views/product_catalog_report_views.xml b/product_catalog_aeroo_report/views/product_catalog_report_views.xml index c515d1703..05fe56e14 100644 --- a/product_catalog_aeroo_report/views/product_catalog_report_views.xml +++ b/product_catalog_aeroo_report/views/product_catalog_report_views.xml @@ -4,11 +4,11 @@ Product Catalog Reports product.product_catalog_report - + - + @@ -53,7 +53,7 @@ Product Catalog Reports ir.actions.act_window product.product_catalog_report - tree,form + list,form