Odoo18-Base/addons/bus/models/res_groups.py

9 lines
210 B
Python
Raw Permalink Normal View History

2025-01-06 10:57:38 +07:00
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from odoo import models
class ResGroups(models.Model):
_name = "res.groups"
_inherit = ["res.groups", "bus.listener.mixin"]