mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
6 lines
87 B
Python
6 lines
87 B
Python
from odoo import models
|
|
|
|
|
|
class ResPartner(models.Model):
|
|
_inherit = "res.partner"
|