forked from ForgeFlow/manufacture
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__openerp__.py
35 lines (34 loc) · 1.11 KB
/
__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
33
34
35
# -*- coding: utf-8 -*-
# © 2015 Avanzosc
# © 2015 Pedro M. Baeza
# © 2015 Antiun Ingeniería
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
{
"name": "MRP Operations Time Control",
"version": "8.0.1.1.0",
"depends": [
"mrp_operations_extension",
],
"license": "AGPL-3",
"author": "OdooMRP team, "
"AvanzOSC, "
"Serv. Tecnol. Avanzados - Pedro M. Baeza, "
"Antiun Ingeniería S.L., "
"Odoo Community Association (OCA)",
"website": "http://www.odoomrp.com",
"contributors": [
"Mikel Arregi <[email protected]>",
"Oihane Crucelaegui <[email protected]>",
"Ainara Galdona <[email protected]>",
"Pedro M. Baeza <[email protected]>",
"Ana Juaristi <[email protected]>"
],
"category": "Manufacturing",
'data': [
"views/operation_time_view.xml",
"views/mrp_production_view.xml",
"security/ir.model.access.csv",
"data/mrp_production_workcenter_line_workflow.xml"
],
"installable": True,
}