blob: 7341412a7f766b42e665dffe332151af57ee61da (
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 account_journal
from . import account_move
from . import account_payment
from . import res_company
from . import res_config_settings
from . import res_partner
|