odoo/openerp/osv
Xavier Morel 4a4fc38d5e [FIX] nuke ir.model.data caches before starting imports
Otherwise a previous validation (or 2) will poison the cache and the
import itself will fail even though the validation succeeeded (and
importing with no validation would have succeeded), as the orm cache
doesn't take DB rollbacks in account.

bzr revid: xmo@openerp.com-20121109113951-p3qgg6m5g7poay5e
2012-11-09 12:39:51 +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 [IMP] fields.related._fnct_read: small improvements 2012-11-05 14:17:12 +01:00
orm.py [FIX] nuke ir.model.data caches before starting imports 2012-11-09 12:39:51 +01:00
osv.py [FIX] orm,web_services: properly return results of workflow triggers 2012-11-06 19:15:07 +01:00
query.py [DOC] fixes and cleanups 2012-09-28 08:56:54 +02:00