HR_EXPENSE: fix demo data
[odoo/odoo.git] / addons / hr_expense / __terp__.py
1 {
2         "name" : "Human Resources Expenses Tracking",
3         "version" : "0.1",
4         "author" : "Tiny",
5         "category" : "Generic Modules/Human Resources",
6         "website" : "http://tinyerp.com/module_hr.html",
7         "depends" : ["hr","account", "account_tax_include",],
8         "description": """
9         This module aims to manage employee's expenses.
10
11         The whole workflow is implemented:
12         * Draft expense
13         * Confirmation of the sheet by the employee
14         * Validation by his manager
15         * Validation by the accountant and invoice creation
16         * Payment of the invoice to the employee
17
18         This module also use the analytic accounting and is compatible with
19         the invoice on timesheet module so that you will be able to automatcally
20         re-invoice your customer's expenses if your work by project.
21         """,
22         "init_xml" : [],
23         "demo_xml" : ["hr_expense_demo.xml", "hr.expense.expense.csv"],
24         "update_xml" : ["hr_expense_sequence.xml", "hr_expense_workflow.xml", "hr_expense_view.xml", "hr_expense_report.xml",],
25         "active": False,
26         "installable": True
27 }