mirror of
https://github.com/OCA/server-backend.git
synced 2025-02-18 09:52:42 +02:00
[IMP] base_user_role: Adding a new tab for user comments in roles form.
This commit is contained in:
committed by
Arnaud Pineux
parent
638fab8a3d
commit
5bcaabb991
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user