[IMP] website_customer: set explicit dependency to crvm_partner_assign; already

present due to google_map, but explicit is better than implicit.
This commit is contained in:
Thibault Delavallée 2014-05-16 14:57:06 +02:00
parent fd15324d65
commit 558063ed4c
1 changed files with 2 additions and 1 deletions

View File

@ -30,8 +30,9 @@ OpenERP Customer References
""", """,
'author': 'OpenERP SA', 'author': 'OpenERP SA',
'depends': [ 'depends': [
'crm_partner_assign',
'website_partner', 'website_partner',
'website_google_map' 'website_google_map',
], ],
'demo': [ 'demo': [
'website_customer_demo.xml', 'website_customer_demo.xml',