[FIX] crm_partner_assign: demo data load like data

bzr revid: chm@openerp.com-20140115141717-q0n27fkxpin1j6s1
This commit is contained in:
Christophe Matthieu 2014-01-15 15:17:17 +01:00
parent c7bf7ad759
commit d24ff2f505
1 changed files with 3 additions and 4 deletions

View File

@ -35,10 +35,6 @@ to an appropriate local partner, based on the distance and the weight that was a
""",
'author': 'OpenERP SA',
'depends': ['base_geolocalize', 'crm', 'account', 'portal'],
'demo': [
# 'res_partner_demo.xml',
'crm_lead_demo.xml'
],
'data': [
'security/ir.model.access.csv',
'res_partner_view.xml',
@ -50,7 +46,10 @@ to an appropriate local partner, based on the distance and the weight that was a
'portal_data.xml',
'report/crm_lead_report_view.xml',
'report/crm_partner_report_view.xml',
],
'demo': [
'res_partner_demo.xml',
'crm_lead_demo.xml'
],
'js': [
'static/src/js/next.js',