odoo/addons/report_mrp/__terp__.py

14 lines
360 B
Python

{
"name": "MRP Management - Reporting",
"version": "1.0",
"author": "Tiny",
"website": "http://tinyerp.com/module_mrp.html",
"depends": ["mrp"],
"category": "Generic Modules/Production",
"description": "A module that adds new reports based on MRP cases.",
"init_xml": [],
"demo_xml": [],
"update_xml": ["report_mrp_view.xml"],
"installable": True
}