odoo/openerp
Thibault Delavallée a873a7de80 [MERGE] ORM: fix result of queries using auto_join.
It is possible to have multiple results linked to a same 'left-side' query, such as having a task with several unread messages. In this case, the query using the joins gives back as many lines as unread messages, because of the joins in the query.
To avoid using distinct or 'where exist' constructs, the results of the query is filtered while keeping the original order.

bzr revid: tde@openerp.com-20121221131120-boll9klrxxna6zeq
2012-12-21 14:11:20 +01:00
..
addons Removed default image on partners, use default one in the kanban view if false 2012-12-21 13:06:31 +01:00
cli [FIX] cli.server: cron startup was incorrectly disabled by rev 4672.3.1 2012-12-21 11:28:55 +01:00
conf cron cleanup, back to the Kernighan KISS roots 1min poll time, rely only on database, multiprocess/multiserver ready. 2012-12-09 18:04:47 +01:00
modules [MERGE] trunk 2012-12-19 16:01:07 +01:00
osv [REV] Reverted last improvement, because this was messing with the menus. 2012-12-21 10:59:34 +01:00
report [FIX] All OpenERP RML Reports are enabled with transparent Image support. 2012-12-18 17:20:43 +05:30
service [FIX]Try to create already existing database throws warning instead of traceback. 2012-12-21 10:09:25 +01:00
tests [MERGE] tools mail: Return the initial variable if is false or if is not an instance of basestring. Remove encoding attribute in html tags. 2012-12-21 09:35:27 +01:00
tools [MERGE] tools mail: Return the initial variable if is false or if is not an instance of basestring. Remove encoding attribute in html tags. 2012-12-21 09:35:27 +01:00
workflow [MERGE] From trunk (second time) 2012-12-17 15:47:53 +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 netsvc, netrpc, wizardcleanup 2012-12-09 19:15:36 +01: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: forbid redundant @type for menuitem, now inferred from the action type + minor cleanup 2012-08-22 16:49:46 +02:00
loglevels.py [FIX] incorrect docstrings or docstring param names not matching actual param names 2012-12-14 14:07:58 +01:00
netsvc.py [REV] close_socket is back in netsvc.py 2012-12-10 14:21:33 +01:00
pooler.py [FIX] pooler: when reloading registry, preserve the cron-active status of the previous registry 2012-12-21 11:29:10 +01:00
release.py [IMP] rewrite win32/setup.py to generate dynamic files 2012-11-28 13:09:50 +01:00
run_tests.py [IMP] Added missing vim mode lines 2011-11-22 09:58:48 +01:00
sql_db.py [REM] trailing semicolons 2012-12-14 13:43:10 +01:00