From 21b45c926d4a23aa19089b2f4d021e53e3fdfc8e Mon Sep 17 00:00:00 2001 From: docker-odoo Date: Mon, 11 Nov 2024 17:58:06 +0000 Subject: [PATCH] [MIG] account_payment_pro_multi_store: Migration to 18.0 --- account_payment_pro_multi_store/__manifest__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, }