We are getting opcode STORE_FAST not allowed ('lambda') error when Incoming Server's Server Action is set with Python code that is writing to a browse object.
We are using python version 2.7.3. OpenERP 7.0 server revno 5281.
From what we have tested, if the Server Action does not call any ORM's write method, the action will be executed OK. But once it call the write method, although if an empty dictionary is passed to the method, the above error message is raised from line 140 of server/openerp/tools/safe_eval.py (where server is the OpenERP's server directory).
Appreciate if anybody can provide insight to this.