forked from Mapan/odoo17e
9 lines
290 B
Python
9 lines
290 B
Python
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
from . import account_move
|
|
from . import account_journal
|
|
from . import res_currency
|
|
from . import res_company
|
|
from . import l10n_ar_afipws_connection
|
|
from . import res_config_settings
|
|
from . import product_template
|