odoo/openerp/osv
Martin Trigaux 85805282b6 [FIX] fields: when executing (4, *) operations on o2m fields, check the existence based on the sql model of the table.
If the o2m field linked to the o2m is stored on a different table (eg: model with _inherit), previous request would crash as the field do not exists in the '_table' sql table

bzr revid: mat@openerp.com-20140327111241-klftr0s8v8i68nxp
2014-03-27 12:12:41 +01:00
..
__init__.py API docs: settings file and titles at modules 2011-06-23 12:03:57 +03:00
expression.py [FIX] expression: do not look at translation in parse when searching with empty string or false 2014-01-27 15:49:13 +01:00
fields.py [FIX] fields: when executing (4, *) operations on o2m fields, check the existence based on the sql model of the table. 2014-03-27 12:12:41 +01:00
orm.py [IMP] readability 2014-03-05 15:30:50 +01:00
osv.py [IMP] osv: display full traceback in terminal (not client side) when a check fails instead of minimal error 2014-01-08 15:05:54 +01:00
query.py [REM] unnecessary parens 2012-12-14 13:38:03 +01:00