odoo/openerp/osv
Olivier Dony 0c675b2758 [IMP] browse_record: getattr method execution propagates context
The only requirements for this to work are:
 - all model methods likely to be called on a browse_record must support
   a context parameter (positional or keyword, doesn't matter)
 - callers should never pass the context as a positional args, otherwise
   we'll have multiple values for the context.
Both requirements seem sensible enough.

bzr revid: odo@openerp.com-20110913130826-d7fme3mznv55ok5f
2011-09-13 15:08:26 +02:00
..
__init__.py API docs: settings file and titles at modules 2011-06-23 12:03:57 +03:00
expression.py [MERGE] docstrings improvements and preparation for api-doc structure 2011-07-02 01:19:56 +02:00
fields.py [FIX] fields.function: type=binary: workaround for the low byte values (<=0x1f) unsupported in XML 2011-09-06 19:31:40 +02:00
orm.py [IMP] browse_record: getattr method execution propagates context 2011-09-13 15:08:26 +02:00
osv.py API docs: settings file and titles at modules 2011-06-23 12:03:57 +03:00
query.py API docs: settings file and titles at modules 2011-06-23 12:03:57 +03:00