[FIX] base_report_to_printer - load security first

This commit is contained in:
Yannick Vaucher
2013-09-30 11:01:09 +02:00
parent 56a5655680
commit 96376b10e8

View File

@@ -39,10 +39,10 @@
'license': 'AGPL-3',
"depends" : ['base', 'base_calendar'],
'data': [
'security/security.xml',
'printing_data.xml',
'printing_view.xml',
'wizard/update_printers.xml',
'security/security.xml',
],
'installable': True,
'auto_install': False,