[FIX] __openerp__.py: added `base` as a dependency.

bzr revid: vmt@openerp.com-20130618095816-5p5h674w8lq0vo18
This commit is contained in:
Vo Minh Thu 2013-06-18 11:58:16 +02:00
parent 122cfc0afd
commit 93477a815d
1 changed files with 1 additions and 1 deletions

View 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' : [