mirror of
https://github.com/bringout/oca-ocb-l10n_americas.git
synced 2026-04-26 23:11:59 +02:00
10 lines
316 B
Python
10 lines
316 B
Python
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
from odoo import _, api, fields, models
|
|
|
|
|
|
class ResCurrency(models.Model):
|
|
_name = "res.currency"
|
|
_inherit = "res.currency"
|
|
|
|
l10n_cl_currency_code = fields.Char('Currency Code')
|
|
l10n_cl_short_name = fields.Char('Short Name')
|