9 lines
248 B
Python
Executable File
9 lines
248 B
Python
Executable File
# -*- coding: utf-8 -*-
|
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
from . import ewaybill_type
|
|
from . import res_company
|
|
from . import res_config_settings
|
|
from . import account_move
|
|
from . import account_edi_format
|