[MERGE] [FIX] account: action 'Journal Items' on a journal entries should restrict by account.move and not journal (src_model) (opw 585153)

bzr revid: mat@openerp.com-20140205132057-jxxmmyhfk6c15w9o
This commit is contained in:
Martin Trigaux 2014-02-05 14:20:57 +01:00
commit 7c7081df56
1 changed files with 1 additions and 1 deletions

View File

@ -1440,7 +1440,7 @@
<act_window
id="act_account_move_to_account_move_line_open"
name="Journal Items"
context="{'search_default_journal_id': active_id, 'default_journal_id': active_id}"
context="{'search_default_move_id': active_id, 'default_move_id': active_id}"
res_model="account.move.line"
src_model="account.move"/>