odoo/bin/osv
Olivier Dony 1b76981935 [IMP] orm.fields_view_get: return cached selection values even when field is not invisible
This solves potential issues at client-side when a refresh or on_change trigger 
changes the value of the invisible field but the client does not allow it 
because it is not part of the available values as far as it knows.

bzr revid: odo@openerp.com-20100901120827-kbthqdkm6qlc1ugu
2010-09-01 14:08:27 +02:00
..
__init__.py Changed encoding to coding ref: PEP: 0263 2009-10-20 16:22:23 +05:30
expression.py [IMP] orm: some improvement on previous commit on orm search with order_by (still needs fixing): 2010-08-26 13:45:31 +02:00
fields.py [FIX] osv.fields: properly handle reading a m2o with no value set 2010-08-17 15:28:29 +02:00
orm.py [IMP] orm.fields_view_get: return cached selection values even when field is not invisible 2010-09-01 14:08:27 +02:00
osv.py [IMP] orm: improve error message when NOT NULL constraint is violated 2010-08-24 18:05:15 +02:00