diff --git a/product_template_tree_first/__manifest__.py b/product_template_tree_first/__manifest__.py index 51484a901..0f66212e9 100644 --- a/product_template_tree_first/__manifest__.py +++ b/product_template_tree_first/__manifest__.py @@ -19,7 +19,7 @@ ############################################################################## { "name": "Product Template Tree First", - "version": "18.0.1.0.0", + "version": "19.0.1.0.0", "category": "Sales Management", "sequence": 14, "summary": "", @@ -30,7 +30,7 @@ "depends": [ "product", ], - "installable": False, + "installable": True, "auto_install": False, "application": False, }