write concurrency
Asked by
Alberto Garcia (Factor Libre)
I have a onchange function that always have wirte concurrency warning n gtk client and web client.
The module is:
def onchange_hyip(self, cr, uid, ids, hyip_account_id):
print "========ids"
print ids
for hyip in self.browse(cr, uid, ids):
if hyip_account_id:
hyip_obj = self.pool.
hyip_id = hyip_obj.
self.write(cr, uid, ids, {'hyip_id_origin' : hyip_id} )
thanks.
Question information
- Language:
- English Edit question
- Status:
- Solved
- Assignee:
- No assignee Edit question
- Solved by:
- Parthiv Patel
- Solved:
- Last query:
- Last reply:
To post a message you must log in.