[FIX] add a missing dependence

bzr revid: abo@openerp.com-20120821105113-u7bty92d2lfea8q5
This commit is contained in:
Antonin Bourguignon 2012-08-21 12:51:13 +02:00
parent f313d35c85
commit 552f5f8ef4
1 changed files with 2 additions and 1 deletions

View File

@ -25,6 +25,7 @@
'depends' : [
'base',
'share',
'auth_anonymous',
'auth_signup',
],
'author' : 'OpenERP SA',
@ -45,8 +46,8 @@ very handy when used in combination with the module 'share'.
'data': [
'security/portal_security.xml',
'security/ir.model.access.csv',
'portal_view.xml',
'portal_data.xml',
'portal_view.xml',
'wizard/portal_wizard_view.xml',
'wizard/share_wizard_view.xml',
],