From 93e56d688b713625256f886cd462b946e623a6b2 Mon Sep 17 00:00:00 2001 From: Maximiliano Mezzavilla Date: Wed, 7 Feb 2024 13:19:17 +0000 Subject: [PATCH] [MIG] maintenance_ux: Migration to 17.0 closes ingadhoc/miscellaneous#178 Signed-off-by: Katherine Zaoral --- maintenance_ux/__manifest__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/maintenance_ux/__manifest__.py b/maintenance_ux/__manifest__.py index 4c5efb56..9d7289ec 100644 --- a/maintenance_ux/__manifest__.py +++ b/maintenance_ux/__manifest__.py @@ -20,7 +20,7 @@ { 'name': 'Maintenance UX', - 'version': "16.0.1.0.0", + 'version': "17.0.1.0.0", 'category': 'Projects & Services', 'sequence': 14, 'summary': '', @@ -41,7 +41,7 @@ 'demo':[ 'demo/maintenance_demo.xml', ], - 'installable': False, + 'installable': True, 'auto_install': False, 'application': False, }