SERVER: improve categories and fix some language mistake
[odoo/odoo.git] / addons / board_sale / __terp__.py
1 {
2         "name":"Dashboard for sales",
3         "version":"1.0",
4         "author":"Tiny",
5         "category":"Board/Sales & Purchase",
6         "depends":["board","sale", "report_crm", "report_sale"],
7         "demo_xml":["board_sale_demo.xml"],
8         "update_xml":["board_sale_view.xml"],
9         "description": """
10 This module implements a dashboard for salesman that includes:
11         * You open quotations
12         * Top 10 sales of the month
13         * Cases statistics
14         * Graph of sales by product
15         * Graph of cases of the month
16         """,
17         "active":False,
18         "installable":True,
19 }