-
-
Notifications
You must be signed in to change notification settings - Fork 577
Expand file tree
/
Copy path__manifest__.py
More file actions
24 lines (23 loc) · 809 Bytes
/
__manifest__.py
File metadata and controls
24 lines (23 loc) · 809 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 2014 Serv. Tec. Avanzados - Pedro M. Baeza
# Copyright 2014 Oihane Crucelaegui - AvanzOSC
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "MRP extension for quality control (OCA)",
"version": "18.0.1.0.0",
"category": "Quality control",
"license": "AGPL-3",
"author": "OdooMRP team, "
"AvanzOSC, "
"Serv. Tecnol. Avanzados - Pedro M. Baeza, "
"Agile Business Group, "
"Odoo Community Association (OCA)",
"website": "https://github.com/OCA/manufacture",
"depends": ["quality_control_oca", "quality_control_stock_oca", "mrp"],
"data": [
"data/quality_control_mrp_data.xml",
"views/qc_inspection_view.xml",
"views/mrp_production_view.xml",
],
"installable": True,
"auto_install": True,
}