← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 589215] Re: slownesses because fields.related doesn't make use of _multi

 

** Changed in: openobject-server
       Status: New => Confirmed

** Changed in: openobject-server
   Importance: Undecided => Medium

** Changed in: openobject-server
     Assignee: (unassigned) => OpenERP's Framework R&D (openerp-dev-framework)

-- 
slownesses because fields.related doesn't make use of _multi
https://bugs.launchpad.net/bugs/589215
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.

Status in OpenObject Server: Confirmed

Bug description:
For example, I plan to put many product configuration fields related to the category.

Near 30 seconds to open form for only 2 records on a virgin database.
All related fields could be optimized by browsing just once product records.

I came back to normal delays with the patch linked.