[MIG] base_user_role: Migration to 14.0

This commit is contained in:
Jesús Alan Ramos Rodríguez
2020-10-12 11:51:00 -05:00
committed by Arnaud Pineux
parent 61cedd0c9a
commit 4e4c257a18
6 changed files with 14 additions and 10 deletions

View File

@@ -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")