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