Skip to content
Snippets Groups Projects
Commit 05fc9a67 authored by Vincent Schippefilt's avatar Vincent Schippefilt Committed by Raphael Collet
Browse files

[IMP] *: use _read_group instead of read_group


This commit modifies most of the usages of read_group and uses
_read_group instead. _read_group doesn't join automatically on the
many2one fields when no order_by is specified, making it more performant
when the "name" of the many2one is not relevant, which is the case for
most back-end cases

closes odoo/odoo#84908

Task-id: 2479334
Related: odoo/enterprise#24877
Signed-off-by: default avatarRaphael Collet <rco@odoo.com>
parent 4ef0c00b
No related branches found
No related tags found
No related merge requests found
Showing
with 25 additions and 25 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment