mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
7 lines
141 B
Python
7 lines
141 B
Python
# -*- coding: utf-8 -*-
|
|
from odoo import api, fields, models, exceptions, _
|
|
|
|
|
|
class ResCurrency(models.Model):
|
|
_inherit = 'res.currency'
|