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', ],