mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
18 lines
695 B
Python
18 lines
695 B
Python
# 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": "13.0.1.0.0",
|
|
"category": "Manufacturing",
|
|
"website": "https://github.com/OCA/manufacture",
|
|
"author": "AvanzOSC, " "Tecnativa, " "Odoo Community Association (OCA)",
|
|
"license": "AGPL-3",
|
|
"application": False,
|
|
"installable": True,
|
|
"depends": ["mrp", "sale_stock"],
|
|
"data": ["views/mrp_production.xml", "views/mrp_workorder.xml"],
|
|
}
|