Comment 9 for bug 611934

Revision history for this message
Naresh(OpenERP) (nch-openerp) wrote :

Hello digitalsatori,
As this line was need before when the rpc.session.context was not considered in the eval i.e the field with context_* values that are changed from user_preferences get stored in the rpc.session.context and the context on the normal field are stored in the context at the record/model level. Now we send the updated context for the eval so there is no need of this line.

Can you please have a test by commenting this line in the trunk client without the above patch.
# context.update(rpc.session.context)

Thanks