Better descriptions in __terp__.py

bzr revid: fp@tinyerp.com-3b6d7dd0cb90fd6610a14b58e03e9f8e8efc47c3
This commit is contained in:
Fabien Pinckaers 2007-04-22 22:03:37 +00:00
parent e3ed96e04b
commit 3ce2b1766b
3 changed files with 25 additions and 1 deletions

View File

@ -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"],

View File

@ -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",],

View File

@ -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",