Use the 'data' key instead of 'update_xml'

This commit is contained in:
Guewen Baconnier
2014-10-08 16:13:54 +02:00
parent 6cd444d760
commit ab970ee3ad

View File

@@ -43,12 +43,10 @@
be able to find the partner when importing the bank statement.
""",
'website': 'http://www.openerp.com',
'init_xml': [],
'update_xml': [
'data': [
'invoice_view.xml',
'sale_view.xml'
],
'demo_xml': [],
'test': [],
'installable': True,
'images': [],