mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-21 22:32:07 +02:00
8 lines
213 B
Python
8 lines
213 B
Python
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
from odoo import models
|
|
|
|
|
|
class ResPartner(models.Model):
|
|
_name = "res.partner"
|
|
_inherit = ["res.partner", "bus.listener.mixin"]
|