odoo/openerp
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
..
addons Launchpad automatic translations update. 2012-01-19 04:50:28 +00:00
conf [MERGE] sync with latest trunk 2011-09-28 23:13:26 +02:00
db [REF] openerp.modules 2011-04-20 17:27:18 +02:00
modules [IMP] openerp.modules: updated initialize_sys_path() docstring (although its name is now inaccurate). 2012-01-10 10:27:30 +01:00
osv [FIX] expression: properly care for implicitly defined m2m fields used in search() domains 2012-01-19 16:10:12 +01:00
pychart [IMP] openerp python module. 2011-02-07 13:57:23 +01:00
report [IMP]: Improvements to format report pageSize according to company paper format(US letter/A4) 2011-12-21 14:54:46 +05:30
service [MERGE] cleaned some imports, removed some code for older python versions. 2012-01-18 17:03:05 +01:00
test [IMP] Added missing vim mode lines 2011-11-22 09:58:48 +01:00
tests [REF] remove unused import, always import literal_eval from tools.safe_eval. 2012-01-15 22:42:14 +01:00
tools [MERGE] cleaned some imports, removed some code for older python versions. 2012-01-18 17:03:05 +01:00
wizard [IMP] tools: removed our copy of the copy module. 2012-01-18 12:57:43 +01:00
workflow [FIX] workflow returning actions 2011-12-11 11:21:40 +01:00
.apidoc API doc: move settings file from bin/ to openerp/ 2011-06-23 12:08:07 +03:00
PKG-INFO [IMP] openerp python module. 2011-02-07 13:57:23 +01:00
__init__.py [MERGE] sync with latest trunk 2011-09-27 18:51:33 +02:00
cron.py [FIX] cron: cleanup wakeup pointers after processing them 2011-09-29 01:54:09 +02:00
exceptions.py [FIX] xmlrpc: handle old/new exceptions with old/new clients. 2011-09-30 10:50:12 +02:00
import_xml.rng [IMP] rng,convert: add support for report `usage` attribute 2011-10-10 16:22:26 +02:00
loglevels.py [IMP] tools.ustr: fix possible stack overflow for exception_to_unicode + tabs->spaces 2011-10-07 16:48:06 +02:00
netsvc.py [REF] remove unused import, always import literal_eval from tools.safe_eval. 2012-01-15 22:42:14 +01:00
pooler.py [IMP] registry: whene deleting a registry, also delete its cache and cron. 2011-07-13 17:35:21 +02:00
release.py [REL] OpenERP 6.1rc1 2012-01-12 20:21:07 +01:00
run_tests.py [IMP] Added missing vim mode lines 2011-11-22 09:58:48 +01:00
sql_db.py [MERGE] cleaned some imports, removed some code for older python versions. 2012-01-18 17:03:05 +01:00
tiny_socket.py [IMP] Added missing vim mode lines 2011-11-22 09:58:48 +01:00
wsgi.py [MERGE] added missing import, removed unused vars, corrected unnused variable (typo). 2012-01-18 11:33:06 +01:00