forked from OCA/manufacture
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path__openerp__.py
32 lines (31 loc) · 963 Bytes
/
__openerp__.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
31
32
# -*- coding: utf-8 -*-
# (c) 2014 Serv. Tec. Avanzados - Pedro M. Baeza
# (c) 2014 Oihane Crucelaegui - AvanzOSC
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
{
"name": "Quality control - MRP",
"version": "8.0.1.0.0",
"category": "Quality control",
"license": "AGPL-3",
"author": "OdooMRP team, "
"AvanzOSC, "
"Serv. Tecnol. Avanzados - Pedro M. Baeza, "
"Odoo Community Association (OCA)",
"website": "http://www.odoomrp.com",
"contributors": [
"Pedro M. Baeza <[email protected]>",
"Oihane Crucelaegui <[email protected]>",
],
"depends": [
"quality_control",
"quality_control_stock",
"mrp",
],
"data": [
'data/quality_control_mrp_data.xml',
'views/qc_inspection_view.xml',
'views/mrp_production_view.xml',
],
"installable": True,
"auto_install": True,
}