[FIX] __openerp__.py: added `base` as a dependency.
authorVo Minh Thu <vmt@openerp.com>
Tue, 18 Jun 2013 09:58:16 +0000 (11:58 +0200)
committerVo Minh Thu <vmt@openerp.com>
Tue, 18 Jun 2013 09:58:16 +0000 (11:58 +0200)
bzr revid: vmt@openerp.com-20130618095816-5p5h674w8lq0vo18

addons/web/__openerp__.py

index 4890331..e8c2dd9 100644 (file)
@@ -9,7 +9,7 @@ OpenERP Web core module.
 
 This module provides the core of the OpenERP Web Client.
         """,
-    'depends': [],
+    'depends': ['base'],
     'auto_install': True,
     'post_load': 'wsgi_postload',
     'js' : [