[FIX] ir_action: update context to get the real binary, else we have a traceback...
authorJeremy Kersten <jke@odoo.com>
Wed, 22 Oct 2014 14:20:05 +0000 (16:20 +0200)
committerJeremy Kersten <jke@odoo.com>
Wed, 22 Oct 2014 14:20:05 +0000 (16:20 +0200)
commitadd28795fb7c02815212b605216d0932075fa6d4
tree96e28efb04bd0ad693fb14332371129465dc22c9
parent118b5073e005bcfdc37f557a4741439ffc798cd0
[FIX] ir_action: update context to get the real binary, else we have a traceback when we edit/view an ir_action_client where param is a binary field. Because we do safe_eval from the length and not from the binary
openerp/addons/base/ir/ir_actions.py