From 8292fed1d62d49c16d055768e9c5a3d67af72908 Mon Sep 17 00:00:00 2001 From: Invitu Date: Fri, 13 Jan 2017 22:08:11 -1000 Subject: [PATCH] [MIG] Migrate report_qweb_element_page_visibility to v10 --- report_qweb_element_page_visibility/__manifest__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/report_qweb_element_page_visibility/__manifest__.py b/report_qweb_element_page_visibility/__manifest__.py index 206416da..dac24af8 100644 --- a/report_qweb_element_page_visibility/__manifest__.py +++ b/report_qweb_element_page_visibility/__manifest__.py @@ -4,13 +4,13 @@ { 'name': 'Report Qweb Element Page Visibility', - 'version': '9.0.1.0.0', + 'version': '10.0.1.0.0', 'author': 'Agile Business Group, Odoo Community Association (OCA)', 'category': 'Tools', "website": "https://odoo-community.org/", "license": "AGPL-3", "application": False, - 'installable': False, + 'installable': True, 'data': [ 'views/layouts.xml', ],