1
0
forked from Mapan/odoo17e
odoo17e-kedaikipas58/addons/helpdesk_stock/__manifest__.py
2024-12-10 09:04:09 +07:00

19 lines
515 B
Python

# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Helpdesk Stock',
'category': 'Services/Helpdesk',
'summary': 'Project, Tasks, Stock',
'depends': ['helpdesk_sale', 'stock'],
'description': """
Manage Product returns from helpdesk tickets
""",
'data': [
'wizard/stock_picking_return_views.xml',
'views/helpdesk_ticket_views.xml',
],
'demo': ['data/helpdesk_stock_demo.xml'],
'license': 'OEEL-1',
}