mirror of
https://github.com/OCA/server-backend.git
synced 2025-02-18 09:52:42 +02:00
[MIG] base_user_role: Migration to 15.0
This commit is contained in:
9
base_user_role/models/res_groups.py
Normal file
9
base_user_role/models/res_groups.py
Normal 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",
|
||||
)
|
||||
Reference in New Issue
Block a user