diff --git a/addons/account/account_move_line.py b/addons/account/account_move_line.py index 69b1bef08e6..a88dc3cedec 100644 --- a/addons/account/account_move_line.py +++ b/addons/account/account_move_line.py @@ -485,7 +485,7 @@ class account_move_line(osv.osv): 'debit': fields.float('Debit', digits_compute=dp.get_precision('Account')), 'credit': fields.float('Credit', digits_compute=dp.get_precision('Account')), 'account_id': fields.many2one('account.account', 'Account', required=True, ondelete="cascade", domain=[('type','<>','view'), ('type', '<>', 'closed')], select=2), - 'move_id': fields.many2one('account.move', 'Move', ondelete="cascade", help="The move of this entry line.", select=2, required=True), + 'move_id': fields.many2one('account.move', 'Journal Entry', ondelete="cascade", help="The move of this entry line.", select=2, required=True), 'narration': fields.related('move_id','narration', type='text', relation='account.move', string='Internal Note'), 'ref': fields.related('move_id', 'ref', string='Reference', type='char', size=64, store=True), 'statement_id': fields.many2one('account.bank.statement', 'Statement', help="The bank statement used for bank reconciliation", select=1), diff --git a/addons/account/account_view.xml b/addons/account/account_view.xml index 874adb417d3..39314ec344a 100644 --- a/addons/account/account_view.xml +++ b/addons/account/account_view.xml @@ -101,29 +101,29 @@ account.period
-
-
- - - - - - - - - - - - - +
+
+ + + + + + + + + + + + +
@@ -1039,7 +1039,26 @@ Entries lines --> - + + account.move.line.reconcile.tree + account.move.line + + + + + + + + + + + + + + + + + account.move.line.tree account.move.line @@ -1074,64 +1093,64 @@
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
@@ -1513,7 +1532,6 @@ Journal Items - ir.actions.act_window account.move.line form tree,form @@ -1532,12 +1550,14 @@ - - + + {'search_default_next_partner':1,'view_mode':True} + Journal Items to Reconcile + account.move.line + + form + tree,form +