From ce99524cb52a58cda67750a17bbbd5124278a5ec Mon Sep 17 00:00:00 2001 From: Franco Leyes Date: Wed, 20 Dec 2023 13:23:35 +0000 Subject: [PATCH] [MIG] price_security_planned_price: Migration to 17.0 closes ingadhoc/product#557 Signed-off-by: matiasperalta1 --- price_security_planned_price/__manifest__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/price_security_planned_price/__manifest__.py b/price_security_planned_price/__manifest__.py index acb303dd5..1d0c46838 100644 --- a/price_security_planned_price/__manifest__.py +++ b/price_security_planned_price/__manifest__.py @@ -19,7 +19,7 @@ ############################################################################## { 'name': 'Price Security with planned price', - 'version': "16.0.1.0.0", + 'version': "17.0.1.0.0", 'category': 'Sales Management', 'author': 'ADHOC SA', 'website': 'http://www.adhoc.com.ar/', @@ -28,6 +28,6 @@ 'price_security', 'product_planned_price', ], - 'installable': False, + 'installable': True, 'auto_install': True, }