odoo/openerp/osv
Olivier Dony c68045e497 [FIX] expression: properly care for implicitly defined m2m fields used in search() domains
Now that m2m fields may be defined without explicitly
specifying the name of the relationship table and its
foreign key columns, all access to these internal
names should be done via m2m._sql_names().
This seems better than lazily initializing these
internal names and hoping that nothing accesses
them before the init.

bzr revid: odo@openerp.com-20120119151012-c38k5zl7rqherhth
2012-01-19 16:10:12 +01:00
..
__init__.py API docs: settings file and titles at modules 2011-06-23 12:03:57 +03:00
expression.py [FIX] expression: properly care for implicitly defined m2m fields used in search() domains 2012-01-19 16:10:12 +01:00
fields.py [IMP] fields: use simplejson instead of json (for consistency with orm.py). 2012-01-18 13:33:34 +01:00
orm.py [MERGE] merged trunk. 2012-01-16 12:04:34 +01:00
osv.py [IMP] tools: removed some functools functions (they were there for previous python versions). 2012-01-18 12:41:09 +01:00
query.py API docs: settings file and titles at modules 2011-06-23 12:03:57 +03:00