mirror of
https://github.com/bringout/oca-ocb-report.git
synced 2026-04-20 13:42:07 +02:00
8 lines
235 B
Python
8 lines
235 B
Python
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
from . import ir_model
|
|
from . import ir_http
|
|
from . import res_currency
|
|
from . import res_currency_rate
|
|
from . import res_lang
|
|
from . import spreadsheet_mixin
|