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