From ed24823a4fc7f6939d460a0a24be2b6d79f35006 Mon Sep 17 00:00:00 2001 From: docker-odoo Date: Fri, 31 Mar 2023 15:40:40 +0000 Subject: [PATCH] [MIG] stock_ean128: Migration to 16.0 --- stock_ean128/__manifest__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stock_ean128/__manifest__.py b/stock_ean128/__manifest__.py index fa91b63c7..4c3e9e3d7 100644 --- a/stock_ean128/__manifest__.py +++ b/stock_ean128/__manifest__.py @@ -19,7 +19,7 @@ ############################################################################## { 'name': 'Stock EAN128', - 'version': "15.0.1.0.0", + 'version': "16.0.1.0.0", 'category': 'Warehouse Management', 'sequence': 14, 'summary': '', @@ -37,7 +37,7 @@ ], 'demo': [ ], - 'installable': False, + 'installable': True, 'auto_install': False, 'application': False, }