We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 87fb61e + b68383b commit 64e59bfCopy full SHA for 64e59bf
base_custom_filter/models/base.py
@@ -56,7 +56,7 @@ def _add_grouped_groupby(self, res, custom_groupbys):
56
"name": "ir_custom_filter_%s" % custom_groupby.id,
57
"string": custom_groupby.name,
58
"context": str(
59
- {"group_by": custom_groupby.groupby_field.name}
+ {"group_by": custom_groupby.groupby_field.sudo().name}
60
),
61
},
62
)
0 commit comments