connector.checkpoint tree view very slow
Bug #1276437 reported by
Alexandre Fayolle - camptocamp
This bug affects 2 people
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| OpenERP Connector |
Confirmed
|
Low
|
Unassigned | ||
Bug Description
There seem to be an unstored function field (probably the Record column) which takes some time to compute, esp when displaying a large number of records to mass check : the server is being hammered by 1 xmlrpc request per line.
To post a comment you must log in.
I think it comes from the 'fields.reference' that call the server for each line. A possible solution is to replace it
by a new 'fields.function' for the tree view only.