[FIX] base_user_role: text on role Internal Notes was not saved

This commit is contained in:
Daniel Reis
2022-01-31 16:00:00 +00:00
committed by Sébastien Alix
parent aa8372923c
commit f6c470cfa5

View File

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