odoo/openerp/osv
Xavier Morel be03940d64 [FIX] temperate error message in case of missing required field
The message worked (ish) for a missing field directly on the model,
but completely broke if the missing field was on an o2m and had the
same name as a field on the model, then it was complete
misinformation.

bzr revid: xmo@openerp.com-20121112084804-zcgtpml3a19uv909
2012-11-12 09:48:04 +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] temperate error message in case of missing required field 2012-11-12 09:48:04 +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