12 lines
322 B
Python
12 lines
322 B
Python
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||
|
|
||
|
from . import account_move
|
||
|
from . import account_tax
|
||
|
from . import l10n_hu_edi_connection
|
||
|
from . import product
|
||
|
from . import res_partner
|
||
|
from . import res_company
|
||
|
from . import res_config_settings
|
||
|
from . import template_hu
|
||
|
from . import uom_uom
|