[FIX] missing dependency: res.users.share use added to website but share not a dependency of website

bzr revid: xmo@openerp.com-20130829101736-ubi7ih14viqto3xn
This commit is contained in:
Xavier Morel 2013-08-29 12:17:36 +02:00
parent 2f1f3ca665
commit 15843308f3
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ OpenERP Website CMS
""",
'author': 'OpenERP SA',
'depends': ['web'],
'depends': ['web', 'share'],
'installable': True,
'data': [
'views/views.xml',