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': [],