Skip to content

Commit 64e59bf

Browse files
committed
Merge PR OCA#1012 into 16.0
Signed-off-by StefanRijnhart
2 parents 87fb61e + b68383b commit 64e59bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base_custom_filter/models/base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def _add_grouped_groupby(self, res, custom_groupbys):
5656
"name": "ir_custom_filter_%s" % custom_groupby.id,
5757
"string": custom_groupby.name,
5858
"context": str(
59-
{"group_by": custom_groupby.groupby_field.name}
59+
{"group_by": custom_groupby.groupby_field.sudo().name}
6060
),
6161
},
6262
)

0 commit comments

Comments
 (0)