From d755a24b45bdd738990cb2fdd776ebc858844b84 Mon Sep 17 00:00:00 2001 From: Guewen Baconnier Date: Thu, 9 Oct 2014 10:17:53 +0200 Subject: [PATCH] Add the transaction ref field to the form view of the move lines --- base_transaction_id/__openerp__.py | 3 ++- base_transaction_id/account_move_line_view.xml | 15 +++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 base_transaction_id/account_move_line_view.xml 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 + + + + + + + + +