forked from OCA/management-system
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path__manifest__.py
More file actions
24 lines (23 loc) · 839 Bytes
/
Copy path__manifest__.py
File metadata and controls
24 lines (23 loc) · 839 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copyright 2019 Marcelo Frare (Ass. PNLUG - Gruppo Odoo <http://odoo.pnlug.it>)
# Copyright 2019 Stefano Consolaro (Ass. PNLUG - Gruppo Odoo <http://odoo.pnlug.it>)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Management System - Nonconformity MRP",
"summary": "Bridge module between mrp and mgmsystem",
"version": "18.0.1.0.0",
"development_status": "Beta",
"author": "Associazione PNLUG - Gruppo Odoo, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/management-system",
"license": "AGPL-3",
"category": "Management System",
"depends": [
"mgmtsystem_nonconformity",
"mrp",
],
"data": [
"views/mgmtsystem_nonconformity_views.xml",
],
"application": False,
"installable": True,
"auto_install": True,
}