mirror of
https://github.com/OCA/server-backend.git
synced 2025-02-18 09:52:42 +02:00
[FIX] base_user_role: text on role Internal Notes was not saved
This commit is contained in:
committed by
Bert Van Groenendael
parent
7c6747249d
commit
b1cd7ff966
@@ -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):
|
||||||
|
|||||||
Reference in New Issue
Block a user