From 21fdb3f2b7017e3a1b15ed698261df2f995805e4 Mon Sep 17 00:00:00 2001 From: docker-odoo Date: Fri, 17 Mar 2023 19:17:50 +0000 Subject: [PATCH] [MIG] account_invoice_control: Migration to 16.0 --- account_invoice_control/__manifest__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/account_invoice_control/__manifest__.py b/account_invoice_control/__manifest__.py index 16e90424..bc729330 100644 --- a/account_invoice_control/__manifest__.py +++ b/account_invoice_control/__manifest__.py @@ -20,7 +20,7 @@ { 'name': 'Account Invoice Control', 'author': 'ADHOC SA', - 'version': "15.0.1.0.0", + 'version': "16.0.1.0.0", 'license': 'AGPL-3', 'category': 'Accounting & Finance', 'depends': [ @@ -31,5 +31,5 @@ 'views/account_move_views.xml', ], 'website': 'www.adhoc.com.ar', - 'installable': False, + 'installable': True, }