improve readiablity

bzr revid: mga@mga-laptop-20081023051953-9pqvhmogfrhpm985
This commit is contained in:
Mantavya Gajjar 2008-10-23 10:49:53 +05:30
parent e7a262ab36
commit 7d09895253
1 changed files with 1 additions and 0 deletions

View File

@ -545,6 +545,7 @@ class actions_server(osv.osv):
exec code in localdict
if 'action' in localdict:
return localdict['action']
if action.state == 'object_write':
res = {}
for exp in action.fields_lines: