7 lines
209 B
Python
7 lines
209 B
Python
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||
|
from . import template_th
|
||
|
from . import res_partner
|
||
|
from . import account_move
|
||
|
from . import ir_actions_report
|
||
|
from . import res_bank
|