odoo/bin/osv
Olivier Dony 1f9784df87 [FIX] orm: fields_view_get selection values must properly heed ir.rules:
- Added private _search() method with optional uid to use when checking access rights (still using correct ir.rules)
- Corrected fields_view_get's call to name_search() to use this feature instead of hardcoding user=1 which bypasses ir.rules

bzr revid: odo@openerp.com-20100901150833-g333avwn6gqo9kqp
2010-09-01 17:08:33 +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 [FIX] orm: fields_view_get selection values must properly heed ir.rules: 2010-09-01 17:08:33 +02:00
osv.py [IMP] orm: improve error message when NOT NULL constraint is violated 2010-08-24 18:05:15 +02:00