Files
pms/pms_l10n_es/models/res_partner.py

6 lines
87 B
Python

from odoo import models
class ResPartner(models.Model):
_inherit = "res.partner"