From fbf14bc7728debd9cda4da901b3d3c7e45ce04a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Jos=C3=A9=20Scarafia?= Date: Mon, 2 Oct 2023 17:34:09 +0000 Subject: [PATCH] [MIG] product_attribute_template: Migration to 16.0 closes ingadhoc/product#542 Signed-off-by: Bruno Zanotti --- product_attribute_template/__manifest__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/product_attribute_template/__manifest__.py b/product_attribute_template/__manifest__.py index e2c7dbea9..42bb4e899 100644 --- a/product_attribute_template/__manifest__.py +++ b/product_attribute_template/__manifest__.py @@ -1,6 +1,6 @@ { 'name': 'Product Attribute Template', - 'version': '13.0.1.0.0', + 'version': "16.0.1.0.0", 'category': 'Sales Management', 'author': 'ADHOC SA, Odoo Community Association (OCA)', 'website': 'http://www.adhoc.com.ar/', @@ -15,5 +15,5 @@ 'views/product_attribute_template_views.xml', 'views/product_template_views.xml', ], - 'installable': False, + 'installable': True, }