[FIX] ir_actions: server action: when creating or writing value on a record
authorThibault Delavallée <tde@openerp.com>
Thu, 21 Aug 2014 08:32:29 +0000 (10:32 +0200)
committerThibault Delavallée <tde@openerp.com>
Thu, 21 Aug 2014 09:03:15 +0000 (11:03 +0200)
commit4c6dcd7fcb9a0463003c3820eb9a35dfb7af14b3
treeb884699ed9f3c8ccd1567d16ff6e4abb48e9ecbd
parent43fe825870acd311562cbdcf5759128f79f278b6
[FIX] ir_actions: server action: when creating or writing value on a record
through a server action, try to correctly set the value to write on a given
fields according to its type. For example many2one fields should receive an
int, not a unique containing the id of the new value.
openerp/addons/base/ir/ir_actions.py