[FIX] website_membership: need to add website_sale in the dependancies list for membership sorting as website_sequence is defined there

bzr revid: openerp-sle@openerp-sle.home-20140130155802-f8kuvin9ih41gr48
This commit is contained in:
openerp-sle 2014-01-30 16:58:02 +01:00
parent a2fba1c288
commit 650a0b021c
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ Website for browsing Associations, Groups and Memberships
=========================================================
""",
'author': 'OpenERP SA',
'depends': ['website_partner', 'website_google_map', 'association'],
'depends': ['website_partner', 'website_google_map', 'association', 'website_sale'],
'data': [
'views/website_membership.xml',
'security/ir.model.access.csv',