mirror of
https://github.com/bringout/oca-dms.git
synced 2026-04-21 04:42:03 +02:00
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
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"]
|