diff --git a/web_notify/__openerp__.py b/web_notify/__manifest__.py similarity index 95% rename from web_notify/__openerp__.py rename to web_notify/__manifest__.py index a6e542eb..d14635e2 100644 --- a/web_notify/__openerp__.py +++ b/web_notify/__manifest__.py @@ -19,4 +19,5 @@ ], 'demo': [ ], + 'installable': False, }