7 lines
190 B
Python
7 lines
190 B
Python
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||
|
|
||
|
from . import res_currency
|
||
|
from . import res_currency_rate
|
||
|
from . import res_lang
|
||
|
from . import spreadsheet_mixin
|