Better description on modules

bzr revid: fp@tinyerp.com-1b3212b4b01afa069f87b377cf0e0d381ec563b7
This commit is contained in:
Fabien Pinckaers 2007-05-08 19:18:45 +00:00
parent 24ab4c3c28
commit edf1478718
2 changed files with 16 additions and 0 deletions

View File

@ -6,6 +6,14 @@
"depends":["project","report_timesheet","board","report_analytic_line"],
"demo_xml":["board_project_demo.xml"],
"update_xml":["board_project_view.xml"],
"description": """
This module implements a dashboard for project member that includes:
* List of my open tasks
* List of my next deadlines
* List of public notes
* Graph of my timesheet
* Graph of my work analysis
""",
"active":False,
"installable":True,
}

View File

@ -6,6 +6,14 @@
"depends":["board","sale", "report_crm", "report_sale"],
"demo_xml":["board_sale_demo.xml"],
"update_xml":["board_sale_view.xml"],
"description": """
This module implements a dashboard for salesman that includes:
* You open quotations
* Top 10 sales of the month
* Cases statistics
* Graph of sales by product
* Graph of cases of the month
""",
"active":False,
"installable":True,
}