mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-20 04:52:02 +02:00
9 lines
240 B
Python
9 lines
240 B
Python
# Copyright 2024 Tecnativa - Carlos Roca
|
|
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
|
|
|
|
from odoo import models
|
|
|
|
|
|
class ResPartner(models.Model):
|
|
_name = "res.partner"
|
|
_inherit = ["res.partner", "dms.field.mixin"]
|