odoo/openerp/osv
Olivier Dony 391872c4d6 [FIX] orm.copy_data: avoid reading useless and possibly expensive data when copying records
Rather than reading the data and discarding it,
it is much faster to not read it in the first place.

bzr revid: odo@openerp.com-20140206170401-brd6368pe1fmbkkc
2014-02-06 18:04:01 +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] name_search() where _rec_name is a reference field and links are broken 2013-12-11 11:38:42 +01:00
orm.py [FIX] orm.copy_data: avoid reading useless and possibly expensive data when copying records 2014-02-06 18:04:01 +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