-
-
Notifications
You must be signed in to change notification settings - Fork 577
Expand file tree
/
Copy path__manifest__.py
More file actions
23 lines (23 loc) · 746 Bytes
/
__manifest__.py
File metadata and controls
23 lines (23 loc) · 746 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 2016 Antiun Ingenieria S.L. - Javier Iniesta
# Copyright 2019 Rubén Bravo <rubenred18@gmail.com>
# Copyright 2020 Tecnativa - Pedro M. Baeza
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "MRP Sale Info",
"summary": "Adds sale information to Manufacturing models",
"version": "14.0.2.2.1",
"category": "Manufacturing",
"website": "https://github.com/OCA/manufacture",
"author": "AvanzOSC, " "Tecnativa, " "Odoo Community Association (OCA)",
"license": "AGPL-3",
"application": False,
"installable": True,
"depends": [
"sale_mrp",
"sale_stock",
],
"data": [
"views/mrp_production.xml",
"views/mrp_workorder.xml",
],
}