sales_team/models/__init__.py

9 lines
225 B
Python
Raw Permalink Normal View History

2024-05-14 14:35:25 +03:00
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from . import crm_team_member
from . import crm_team
from . import crm_tag
from . import res_partner
from . import res_users