diff --git a/dbfilter_from_header/__openerp__.py b/dbfilter_from_header/__openerp__.py index 8a750cacd..d153809a3 100644 --- a/dbfilter_from_header/__openerp__.py +++ b/dbfilter_from_header/__openerp__.py @@ -46,7 +46,7 @@ "css": [ ], "auto_install": False, - "installable": True, + 'installable': False, "external_dependencies": { 'python': [], },