forked from ursais/osi-addons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
__manifest__.py
30 lines (29 loc) · 834 Bytes
/
__manifest__.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Copyright (C) 2019 Open Source Integrators
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
{
'name': 'Helpdesk - Stock',
'summary': 'Inventory and Stock Operations for Helpdesk Tickets',
'version': '12.0.1.2.0',
'category': 'Helpdesk',
'author': 'Open Source Integrators',
'website': 'https://github.com/ursais/osi-addons',
'depends': [
'helpdesk_timesheet',
'stock_request_direction',
'stock_request_picking_type',
],
'data': [
'security/ir.model.access.csv',
'views/helpdesk_ticket.xml',
'views/menu.xml',
'views/stock_request.xml',
'views/stock_request_order.xml',
],
'installable': True,
'license': 'LGPL-3',
'maintainers': [
'osimallen',
'wolfhall',
'max3903',
],
}