mirror of
https://github.com/OCA/server-backend.git
synced 2025-02-18 09:52:42 +02:00
[MIG] base_user_role: Migration to 14.0
This commit is contained in:
committed by
Bert Van Groenendael
parent
2b7ac443f5
commit
324fe8d97d
@@ -32,6 +32,7 @@ class ResUsersRole(models.Model):
|
||||
default=lambda cls: cls.env.ref("base_user_role.ir_module_category_role").id,
|
||||
string="Associated category",
|
||||
help="Associated group's category",
|
||||
readonly=False,
|
||||
)
|
||||
|
||||
@api.depends("line_ids.user_id")
|
||||
|
||||
Reference in New Issue
Block a user