10 lines
276 B
Python
10 lines
276 B
Python
|
# -*- coding: utf-8 -*-
|
||
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||
|
|
||
|
from . import res_config_settings
|
||
|
from . import account_invoice
|
||
|
from . import mail_compose_message
|
||
|
from . import mail_template
|
||
|
from . import res_bank
|
||
|
from . import res_company
|