diff --git a/base_transaction_id/__openerp__.py b/base_transaction_id/__openerp__.py index b797c82f..7d0a182b 100644 --- a/base_transaction_id/__openerp__.py +++ b/base_transaction_id/__openerp__.py @@ -44,7 +44,8 @@ 'website': 'http://www.openerp.com', 'data': [ 'invoice_view.xml', - 'sale_view.xml' + 'sale_view.xml', + 'account_move_line_view.xml', ], 'test': [], 'installable': True, diff --git a/base_transaction_id/account_move_line_view.xml b/base_transaction_id/account_move_line_view.xml new file mode 100644 index 00000000..488968af --- /dev/null +++ b/base_transaction_id/account_move_line_view.xml @@ -0,0 +1,15 @@ + + + + + account.move.line.form + account.move.line + + + + + + + + +