[MIG] base_user_role: Migration to 15.0

This commit is contained in:
Tatiana Deribina
2021-11-11 18:10:44 +02:00
committed by Raf Ven
parent c2c81ba163
commit 13b177cdf3
7 changed files with 36 additions and 11 deletions

View File

@@ -0,0 +1,9 @@
from odoo import fields, models
class ResGroups(models.Model):
_inherit = "res.groups"
view_access = fields.Many2many(
groups="base.group_system",
)