Skip to content
Snippets Groups Projects
Commit eaeb05fb authored by Achraf (abz)'s avatar Achraf (abz) Committed by Raphael Collet
Browse files

[FIX] base: Allow users read_group with reified field inside the view


Until now using a groupby on a view containing a reified field added
with studio was not possible.

Because `read_group` uses these pseudofields as simple fields when they
are not actually columns in the table.

With `read`, `write`, `create` and `fields_get` it was already
supported.

This commit solves this problem by ignoring reified fields in an
override of `read_group`

opw-2793148

closes odoo/odoo#87120

X-original-commit: 48f869b6
Signed-off-by: default avatarRaphael Collet <rco@odoo.com>
parent 91f30054
No related branches found
No related tags found
No related merge requests found
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