forked from Mapan/odoo17e
11 lines
298 B
Python
11 lines
298 B
Python
# -*- coding: utf-8 -*-
|
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
from . import helpdesk_team
|
|
from . import helpdesk_ticket
|
|
from . import account_analytic_line
|
|
from . import helpdesk_sla
|
|
from . import product
|
|
from . import sale_order
|
|
from . import sale_order_line
|