Skip to content

Commit

Permalink
Merge PR #161 into 13.0
Browse files Browse the repository at this point in the history
Signed-off-by dreispt
  • Loading branch information
OCA-git-bot committed May 3, 2022
2 parents f1c742b + a7fc18a commit 8fb3c3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base_user_role/models/group.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class ResGroups(models.Model):
compute="_compute_trans_parent_ids",
)

role_count = fields = fields.Integer("# Roles", compute="_compute_role_count")
role_count = fields.Integer("# Roles", compute="_compute_role_count")

def _compute_role_count(self):
for group in self:
Expand Down

0 comments on commit 8fb3c3f

Please sign in to comment.