From ab970ee3ade41a60244638fd03dca5ac01a6ec17 Mon Sep 17 00:00:00 2001 From: Guewen Baconnier Date: Wed, 8 Oct 2014 16:13:54 +0200 Subject: [PATCH] Use the 'data' key instead of 'update_xml' --- base_transaction_id/__openerp__.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/base_transaction_id/__openerp__.py b/base_transaction_id/__openerp__.py index 03b68df0..9561b198 100644 --- a/base_transaction_id/__openerp__.py +++ b/base_transaction_id/__openerp__.py @@ -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': [],