[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.
Loading
Please register or sign in to comment