Skip to content

Commit

Permalink
Merge PR #1012 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by StefanRijnhart
  • Loading branch information
OCA-git-bot committed Feb 4, 2025
2 parents 87fb61e + b68383b commit 64e59bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base_custom_filter/models/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def _add_grouped_groupby(self, res, custom_groupbys):
"name": "ir_custom_filter_%s" % custom_groupby.id,
"string": custom_groupby.name,
"context": str(
{"group_by": custom_groupby.groupby_field.name}
{"group_by": custom_groupby.groupby_field.sudo().name}
),
},
)
Expand Down

0 comments on commit 64e59bf

Please sign in to comment.