From c522cc17abb0051133d5823ec5136e535dddb743 Mon Sep 17 00:00:00 2001 From: Augusto Weiss Date: Thu, 19 May 2022 16:58:01 -0300 Subject: [PATCH] [MIG] sale_exceptions_ignore_approve: Migration to 15.0 --- sale_exceptions_ignore_approve/__manifest__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sale_exceptions_ignore_approve/__manifest__.py b/sale_exceptions_ignore_approve/__manifest__.py index 8e73465b5..b1a2c0cc0 100644 --- a/sale_exceptions_ignore_approve/__manifest__.py +++ b/sale_exceptions_ignore_approve/__manifest__.py @@ -19,7 +19,7 @@ ############################################################################## { 'name': 'Sale Exceptions Ingore Approve Directly', - 'version': '13.0.1.0.0', + 'version': "15.0.1.0.0", 'category': 'Sale', 'sequence': 14, 'author': 'ADHOC SA', @@ -37,7 +37,7 @@ ], 'demo': [ ], - 'installable': False, + 'installable': True, 'auto_install': False, 'application': False, }