Descriptiontrytond: Add implicit join clause to subquery of where clause on Many2One
This modify the complexity of the SubPlan from O(n^2) to O(n log(n)) thanks to
the index on the primary key.
issue11486
Patch Set 1 #Patch Set 2 : Just take column id from select columns #MessagesTotal messages: 6
|