[IMP] base_user_role: Adding a new tab for user comments in roles form.

This commit is contained in:
Harald Panten
2020-12-21 16:42:48 +01:00
parent c335fa260c
commit e394944345
3 changed files with 7 additions and 0 deletions

View File

@@ -34,6 +34,9 @@ class ResUsersRole(models.Model):
help="Associated group's category",
readonly=False,
)
comment = fields.Html(
string="Internal Notes",
)
@api.depends("line_ids.user_id")
def _compute_user_ids(self):