report_mrp: remove stock_move from the query
[odoo/odoo.git] / addons / report_mrp / __terp__.py
1 {
2         "name": "MRP Management - Reporting",
3         "version": "1.0",
4         "author": "Tiny",
5         "website": "http://tinyerp.com/module_mrp.html",
6         "depends": ["mrp"],
7         "category": "Generic Modules/Production",
8         "description": "A module that adds new reports based on MRP cases.",
9         "init_xml": [],
10         "demo_xml": [],
11         "update_xml": ["report_mrp_view.xml"],
12         "installable": True
13 }