[FIX]GOLEM Resource Account : bad order for data, views needs wizard XMLID, not found at install

This commit is contained in:
Fabien BOURGEOIS 2018-03-26 10:57:10 +02:00
parent 8b85c634a1
commit b745669e40
1 changed files with 3 additions and 4 deletions

View File

@ -26,8 +26,7 @@
'license': 'AGPL-3',
'application': True,
'installable': True,
'depends': ['golem_resource',
'account'],
'data': ['views/golem_resource_reservation_views.xml',
'wizard/golem_reservation_invoice.xml']
'depends': ['golem_resource', 'account'],
'data': ['wizard/golem_reservation_invoice.xml',
'views/golem_resource_reservation_views.xml']
}