Merge PR #161 into 13.0

Signed-off-by dreispt
This commit is contained in:
OCA-git-bot
2022-05-03 06:25:52 +00:00

View File

@@ -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: