diff --git a/addons/report_sale/__terp__.py b/addons/report_sale/__terp__.py index a7b70f45e53..f9567fd5149 100644 --- a/addons/report_sale/__terp__.py +++ b/addons/report_sale/__terp__.py @@ -5,6 +5,17 @@ "website" : "http://tinyerp.com/module_sale.html", "depends" : ["sale"], "category" : "Generic Modules/Sales & Purchases", + "description": """ + Reporting for the sale module: + * Sales order by product (my/this month/all) + * Sales order by category of product (my/this month/all) + + Some predefined lists: + * Sales of the month + * Open quotations + * Uninvoiced Sales + * Uninvoiced but shipped Sales + """, "init_xml" : [], "demo_xml" : [], "update_xml" : ["report_sale_view.xml","report_sale_graph.xml"], diff --git a/addons/report_stock/__terp__.py b/addons/report_stock/__terp__.py index 464a36bb00d..f3dd3f30dc3 100644 --- a/addons/report_stock/__terp__.py +++ b/addons/report_stock/__terp__.py @@ -5,7 +5,13 @@ "website" : "http://tinyerp.com/", "depends" : ["stock", "product",], "category" : "Generic Modules/Inventory Control", - "description" : "A module that adds new reports based on the stock module.", + "description" : """ + This module adds new reports based on the stock module. + + It create a new menu to get products by production lots within + the different locations: + Inventory Control/Reporting/Traceability/Stock by production lots + """, "init_xml" : [], "demo_xml" : [], "update_xml" : ["report_stock_view.xml",], diff --git a/addons/sale/__terp__.py b/addons/sale/__terp__.py index c484a8d08ef..9cc0bf5c9f9 100644 --- a/addons/sale/__terp__.py +++ b/addons/sale/__terp__.py @@ -7,6 +7,13 @@ "category" : "Generic Modules/Sales & Purchases", "init_xml" : [], "demo_xml" : ["sale_demo.xml"], + "description": """ + The base module to manage quotations and sales orders. + + * Workflow + * Invoicing methods + * Delivery methods + """, "update_xml" : [ "sale_workflow.xml", "sale_sequence.xml",