8 lines
208 B
Python
8 lines
208 B
Python
|
# -*- encoding: utf-8 -*-
|
||
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||
|
|
||
|
from . import efaktur
|
||
|
from . import account_move
|
||
|
from . import res_partner
|
||
|
from . import efaktur_document
|