Files
app-odoo/l10n_cn_standard_latest/models/res_currency.py
2021-07-03 01:01:20 +08:00

7 lines
141 B
Python

# -*- coding: utf-8 -*-
from odoo import api, fields, models, exceptions, _
class ResCurrency(models.Model):
_inherit = 'res.currency'