diff --git a/portal_sale_distributor_sales_team/__manifest__.py b/portal_sale_distributor_sales_team/__manifest__.py index 388fdeab5..45669aa72 100644 --- a/portal_sale_distributor_sales_team/__manifest__.py +++ b/portal_sale_distributor_sales_team/__manifest__.py @@ -19,7 +19,7 @@ ############################################################################## { "name": "Portal Distributor Sales Team ", - "version": "18.0.1.0.0", + "version": "19.0.1.0.0", "category": "Tools", "complexity": "easy", "author": "ADHOC SA", @@ -32,6 +32,6 @@ "data": [ "security/ir.model.access.csv", ], - "installable": False, + "installable": True, "auto_install": True, }