14 lines
386 B
Python
14 lines
386 B
Python
|
# -*- coding: utf-8 -*-
|
||
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||
|
|
||
|
from . import account_account
|
||
|
from . import account_journal
|
||
|
from . import account_move
|
||
|
from . import datev
|
||
|
from . import chart_template
|
||
|
from . import ir_actions_report
|
||
|
from . import ir_attachment
|
||
|
from . import res_company
|
||
|
from . import template_de_skr03
|
||
|
from . import template_de_skr04
|