[FIX] board: added `web` dependency in __openerp__.py.

bzr revid: vmt@openerp.com-20130617204653-v5buq40foas5nav7
This commit is contained in:
Vo Minh Thu 2013-06-17 22:46:53 +02:00
parent 24425766ad
commit 6dd7120e10
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ Lets the user create a custom dashboard.
Allows users to create custom dashboard.
""",
'author': 'OpenERP SA',
'depends': ['base'],
'depends': ['base', 'web'],
'data': [
'security/ir.model.access.csv',
'board_view.xml',