1
0
forked from Mapan/odoo17e
odoo17e-kedaikipas58/addons/l10n_mx_edi_stock/models/res_partner.py
2024-12-10 09:04:09 +07:00

9 lines
184 B
Python

# -*- coding: utf-8 -*-
from odoo import models, fields
class Partner(models.Model):
_inherit = 'res.partner'
l10n_mx_edi_operator_licence = fields.Char('Operator Licence')