odoo/openerp/osv
Quentin (OpenERP) 18b7592b8d [FIX] osv/orm: fixed the use of 'order' argument given to a search function in order to allow to order by 'ID DESC' and by '<another valid order> + ID ASC/DESC'
bzr revid: qdp-launchpad@openerp.com-20121121130736-guj7np9nk65zx3o1
2012-11-21 14:07:36 +01:00
..
__init__.py API docs: settings file and titles at modules 2011-06-23 12:03:57 +03:00
expression.py [FIX] expression: negative operators (e.g. NOT IN) where not working on o2m fields - tests added 2012-10-18 14:47:50 +02:00
fields.py [FIX] fields.html: behave as fields.text for empty values: store NULL 2012-11-19 11:43:32 +01:00
orm.py [FIX] osv/orm: fixed the use of 'order' argument given to a search function in order to allow to order by 'ID DESC' and by '<another valid order> + ID ASC/DESC' 2012-11-21 14:07:36 +01:00
osv.py [REM] osv: removed temporary override of raise, added for debug purpose. 2012-11-14 12:20:21 +01:00
query.py [DOC] fixes and cleanups 2012-09-28 08:56:54 +02:00