blob: 3ae8003c29c0e0825aa153140281e88f7ce75cb1 (
plain)
1
2
3
4
5
6
7
|
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from . import crm_lead
from . import crm_team
from . import res_users
from . import sale_order
|