odoo/openerp/osv
Martin Trigaux 4a10295823 [FIX] fields: avoid prefetching of one2many fields
When reading a one2many field, the inverse mapping of the lines (matching m2o -> lines of corresponding record) was instantiating each line and then triggering the prefect of fields.
To improve the performances, the inverse mapping is done in sql to avoid triggering the prefetching.
2014-09-02 13:34:57 +02:00
..
__init__.py [MERGE] new v8 api by rco 2014-07-06 17:05:41 +02:00
expression.py [MERGE] new v8 api by rco 2014-07-06 17:05:41 +02:00
fields.py [FIX] fields: avoid prefetching of one2many fields 2014-09-02 13:34:57 +02:00
orm.py [MERGE] Forward-port saas-4 up to 2694ed1 2014-08-13 17:34:27 +02:00
osv.py [MERGE] new v8 api by rco 2014-07-06 17:05:41 +02:00
query.py [REM] Deleted .apidoc lines. 2013-02-12 15:24:10 +01:00