[FIX] Loading for demo data / data MUST be after security data

bzr revid: rim@openerp.com-20140106163024-yasqg459966cz8ue
This commit is contained in:
Richard Mathot (OpenERP) 2014-01-06 17:30:24 +01:00
parent 2984ef1620
commit bae5922fb3
1 changed files with 2 additions and 2 deletions

View File

@ -38,13 +38,13 @@ sent mails with user name and password for the invitation of the survey.
'website': 'https://www.openerp.com/apps/survey/',
'depends': ['email_template', 'mail', 'website'],
'data': [
'data/survey_cron.xml',
'data/survey_data.xml',
'security/survey_security.xml',
'security/ir.model.access.csv',
'views/survey_views.xml',
'views/survey_templates.xml',
'wizard/survey_email_compose_message.xml',
'data/survey_cron.xml',
'data/survey_data.xml'
],
#'demo': ['survey_demo.xml'],
#'test': [