[FIX] account: domain on wrong field
authorSomesh Khare <skh@openerp.com>
Mon, 13 Oct 2014 12:24:25 +0000 (17:54 +0530)
committerMartin Trigaux <mat@odoo.com>
Thu, 30 Oct 2014 14:21:27 +0000 (15:21 +0100)
commit74157326f0a168ed889c70afd26073cf77dea274
tree0ce14bf25e080d3c5cd56d2af8e921c022911a2e
parent5eb6e5815666faf1bb7a191e451b4c8a907323f2
[FIX] account: domain on wrong field

The store recomputation method failed as the search was made comparing id of account.move.line to the account.journal values. Search was returing no result most of the time (opw 615554)
Fixes #2454
addons/account/account_move_line.py