mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-21 04:12:03 +02:00
8 lines
210 B
Python
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"]
|