odoo/bin/osv
Olivier Dony 0d2c8796b4 [FIX] orm._check_concurrency: pop values from context after check to avoid false positives (e.g. nested writes) - one check per transaction is enough
bzr revid: odo@openerp.com-20101025100540-oy374900sveb2o5f
2010-10-25 12:05:40 +02:00
..
__init__.py Changed encoding to coding ref: PEP: 0263 2009-10-20 16:22:23 +05:30
expression.py [FIX] Expression : Corrected operator handling for domains containing Many2one fields 2010-10-06 23:34:32 +05:30
fields.py [FIX] fields.many2many: get() should ignore "string" domains, meant for client-side eval (pending API change later to make the distinction explicit?) 2010-10-21 18:31:31 +02:00
orm.py [FIX] orm._check_concurrency: pop values from context after check to avoid false positives (e.g. nested writes) - one check per transaction is enough 2010-10-25 12:05:40 +02:00
osv.py [IMP] osv: broader error messages when constraint violations occur 2010-09-16 13:39:06 +02:00
query.py [IMP] osv.query,orm: removed trailing whitespace introduced by previous commits 2010-10-01 18:54:11 +02:00