diff --git a/document_page/__openerp__.py b/document_page/__openerp__.py index 8c129f3e..8fbb9d70 100644 --- a/document_page/__openerp__.py +++ b/document_page/__openerp__.py @@ -43,7 +43,7 @@ 'demo': [ 'demo/document_page.xml' ], - 'installable': True, + 'installable': False, 'auto_install': False, 'css': ['static/src/css/document_page.css'], } diff --git a/document_page_approval/__openerp__.py b/document_page_approval/__openerp__.py index 1e95feb3..af6727f2 100644 --- a/document_page_approval/__openerp__.py +++ b/document_page_approval/__openerp__.py @@ -38,7 +38,7 @@ 'security/document_page_security.xml', 'security/ir.model.access.csv', ], - 'installable': True, + 'installable': False, 'auto_install': False, 'images': [ 'images/category.png', diff --git a/document_url/__openerp__.py b/document_url/__openerp__.py index 49659775..2d4e0a07 100644 --- a/document_url/__openerp__.py +++ b/document_url/__openerp__.py @@ -19,5 +19,5 @@ 'qweb': [ 'static/src/xml/url.xml', ], - 'installable': True, + 'installable': False, } diff --git a/knowledge/__openerp__.py b/knowledge/__openerp__.py index 8f2a0d85..122ff731 100644 --- a/knowledge/__openerp__.py +++ b/knowledge/__openerp__.py @@ -33,6 +33,6 @@ "views/res_config.xml", ], "demo": ["demo/knowledge.xml"], - "installable": True, + 'installable': False, "auto_install": False, }