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, }