From 39bdaa0177c385cb752e0dcefb5033cbf4752a6f Mon Sep 17 00:00:00 2001 From: Bhoomi Date: Thu, 26 Sep 2019 16:23:17 -0400 Subject: [PATCH] WIP `product_variant_so_always` For Odoo 13.0 --- product_variant_so_always/__manifest__.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/product_variant_so_always/__manifest__.py b/product_variant_so_always/__manifest__.py index 95c684d0..7361953c 100755 --- a/product_variant_so_always/__manifest__.py +++ b/product_variant_so_always/__manifest__.py @@ -2,7 +2,7 @@ 'name': 'Product Variant Always on SO', 'author': 'Hibou Corp. ', 'category': 'Hidden', - 'version': '12.0.1.0.0', + 'version': '13.0.1.0.0', 'description': """ Product Variant Always on SO @@ -15,8 +15,9 @@ you may wish to have it behave as if it has attributes that 'depends': [ 'sale', ], - 'auto_install': False, 'data': [ 'views/product_views.xml', ], + 'installable': True, + 'auto_install': False, }