odoo/openerpweb
Xavier Morel 2f8d2412ac [FIX] context recursion: create the recursion (context['context'] = context) at the latest possible moment, otherwise due to shallow dict copies not preserving recursion nested contexts don't contain all values of the toplevel context
setup recursion into OpenERPSession.evaluation_context, instead of doing this wherever (e.g. OpenERPSession.eval_context)

bzr revid: xmo@openerp.com-20110715092451-yz7f272uix1zqb8e
2011-07-15 11:24:51 +02:00
..
tests [IMP] slightly improve handling of nonliterals 2011-06-21 10:45:04 +02:00
__init__.py openobject is dead long live to openerpweb 2011-03-02 19:56:06 +01:00
ast.py [ADD] start working on adding the concept of literal and non-lit domains, non-lit domains will *not* be pushed to the client but will be stored locally and only a ref will go through 2011-03-28 14:27:24 +02:00
dates.py [IMP] Added documenation in dates.py. 2011-05-11 16:51:19 +02:00
nonliterals.py [FIX] context recursion: create the recursion (context['context'] = context) at the latest possible moment, otherwise due to shallow dict copies not preserving recursion nested contexts don't contain all values of the toplevel context 2011-07-15 11:24:51 +02:00
openerpweb.py [FIX] context recursion: create the recursion (context['context'] = context) at the latest possible moment, otherwise due to shallow dict copies not preserving recursion nested contexts don't contain all values of the toplevel context 2011-07-15 11:24:51 +02:00