Odoo18-Base/addons/l10n_ar/models/uom_uom.py

10 lines
270 B
Python
Raw Permalink Normal View History

2025-03-10 10:52:11 +07:00
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from odoo import fields, models
class Uom(models.Model):
_inherit = 'uom.uom'
l10n_ar_afip_code = fields.Char('Code', help='Argentina: This code will be used on electronic invoice.')