blob: d245a5606ad64b41f3554aaaa9709d72e4d4f70e (
plain)
1
2
3
4
5
6
|
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from . import res_config_settings
from . import res_company
from . import res_partner
|