oca-ocb-core/odoo-bringout-oca-ocb-bus/bus/models/res_groups.py
Ernad Husremovic 2d3ee4855a 19.0 vanilla
2026-03-09 09:30:27 +01:00

8 lines
210 B
Python

# 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"]