blob: e2f3f69717a5f54c5076e5e2867c27c1a4fe383c (
plain)
1
2
3
4
5
6
7
8
9
|
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from . import res_partner
from . import res_company
from . import account_invoice
from . import account_edi_format
from . import ir_mail_server
from . import ddt
|