From e074040401e4e06840792b2c9d2d1e4bd864f0bc Mon Sep 17 00:00:00 2001 From: Matias Peralta Date: Thu, 24 Apr 2025 15:03:42 -0300 Subject: [PATCH] [MIG] product_catalog_aeroo_report_public_categ: Migration to 18.0 --- product_catalog_aeroo_report_public_categ/__manifest__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/product_catalog_aeroo_report_public_categ/__manifest__.py b/product_catalog_aeroo_report_public_categ/__manifest__.py index ab569c258..52c5d4cbf 100644 --- a/product_catalog_aeroo_report_public_categ/__manifest__.py +++ b/product_catalog_aeroo_report_public_categ/__manifest__.py @@ -19,7 +19,7 @@ ############################################################################## { "name": "Product Catalog Aeroo Report with public Category", - "version": "17.0.1.0.0", + "version": "18.0.1.0.0", "category": "Aeroo Reporting", "sequence": 14, "summary": "", @@ -35,7 +35,7 @@ "views/product_catalog_report_views.xml", ], "demo": [], - "installable": False, + "installable": True, "auto_install": True, "application": False, }