[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
parent 3579c32dbc
commit a3e5550d88

View File

@@ -33,9 +33,6 @@ 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):