odoo/openerp/osv
Olivier Dony a961e5e377 [MERGE] search: when count=True, execute main query as a subquery to avoid side effects with offset and limit
Granted, calling search() with both count=True and
offset or limit is not extremely useful, but
it is still better to accept it and apply it
to the inner query rather than have silly
errors

bzr revid: odo@openerp.com-20130220174416-yoos2py8dc9jc3md
2013-02-20 18:44:16 +01:00
..
__init__.py [REM] Deleted .apidoc lines. 2013-02-12 15:24:10 +01:00
expression.py [REM] Deleted .apidoc lines. 2013-02-12 15:24:10 +01:00
fields.py [FIX] fields.date[time]: context_today()/context_timestamp() should fallback to user TZ if context TZ is missing 2013-01-12 06:57:17 +13:00
orm.py [MERGE] search: when count=True, execute main query as a subquery to avoid side effects with offset and limit 2013-02-20 18:44:16 +01:00
osv.py [MERGE] trunk 2013-02-13 11:56:20 +01:00
query.py [REM] Deleted .apidoc lines. 2013-02-12 15:24:10 +01:00