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

10 lines
284 B
Python

# Part of Odoo. See LICENSE file for full copyright and licensing details.
from odoo import fields, models
class ResCurrency(models.Model):
_inherit = "res.currency"
l10n_ar_afip_code = fields.Char('AFIP Code', size=4, help='This code will be used on electronic invoice')