-
-
Notifications
You must be signed in to change notification settings - Fork 576
Expand file tree
/
Copy path__manifest__.py
More file actions
21 lines (20 loc) · 745 Bytes
/
__manifest__.py
File metadata and controls
21 lines (20 loc) · 745 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 2022 ForgeFlow S.L. (https://www.forgeflow.com)
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).
{
"name": "MRP Components Operations",
"version": "14.0.1.2.0",
"author": "ForgeFlow, Odoo Community Association (OCA)",
"summary": "Allows to operate the components from a MO",
"website": "https://github.com/OCA/manufacture",
"category": "Manufacturing",
"depends": ["mrp", "stock_move_forced_lot"],
"data": [
"security/ir.model.access.csv",
"views/mrp_component_operation_views.xml",
"views/mrp_production_views.xml",
"views/stock_view.xml",
"wizards/mrp_component_operate_wizard.xml",
],
"license": "LGPL-3",
"installable": True,
}