diff --git a/account_payment_pro_multi_store/__manifest__.py b/account_payment_pro_multi_store/__manifest__.py index c0f6b58..490c6c2 100644 --- a/account_payment_pro_multi_store/__manifest__.py +++ b/account_payment_pro_multi_store/__manifest__.py @@ -19,7 +19,7 @@ ############################################################################## { 'name': 'Payment Pro Multi Stores', - 'version': '17.0.1.1.0', + 'version': "18.0.1.0.0", 'category': 'Accounting', 'sequence': 14, 'summary': '', @@ -38,7 +38,7 @@ 'demo': [ 'demo/res_store_demo.xml', ], - 'installable': False, + 'installable': True, 'auto_install': False, 'application': False, }