odoo/addons/report_stock/__terp__.py

15 lines
390 B
Python

{
"name" : "Stock report",
"version" : "1.0",
"author" : "Tiny",
"website" : "http://tinyerp.com/",
"depends" : ["stock", "product",],
"category" : "Generic Modules/Inventory Control",
"description" : "A module that adds new reports based on the stock module.",
"init_xml" : [],
"demo_xml" : [],
"update_xml" : ["report_stock_view.xml",],
"active": False,
"installable": True
}