Files
manufacture/mrp_production_request/__manifest__.py
Pedro M. Baeza 522fda94ee [FIX] Adjust development status
Downgrade 2 modules for complying with rules.
2022-04-22 08:38:08 +02:00

28 lines
1.0 KiB
Python

# Copyright 2017-19 ForgeFlow S.L.
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "MRP Production Request",
"summary": "Allows you to use Manufacturing Request as a previous "
"step to Manufacturing Orders for better manufacture "
"planification.",
"version": "13.0.1.0.1",
"development_status": "Production/Stable",
"maintainers": ["LoisRForgeFlow"],
"category": "Manufacturing",
"website": "https://github.com/OCA/manufacture",
"author": "ForgeFlow," "Odoo Community Association (OCA)",
"license": "AGPL-3",
"application": False,
"installable": True,
"depends": ["mrp", "stock_available_unreserved"],
"data": [
"security/mrp_production_request_security.xml",
"security/ir.model.access.csv",
"data/mrp_production_request_sequence.xml",
"wizards/mrp_production_request_create_mo_view.xml",
"views/mrp_production_request_view.xml",
"views/product_template_view.xml",
"views/mrp_production_view.xml",
],
}