7 lines
212 B
Python
7 lines
212 B
Python
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||
|
from . import template_ke
|
||
|
from . import l10n_ke_item_code
|
||
|
from . import account_tax
|
||
|
from . import account_move
|
||
|
from . import res_company
|