~technofluid-team/openobject-addons/technofluid_multiple_installations

« back to all changes in this revision

Viewing changes to hr_expense/__terp__.py

  • Committer: pinky
  • Date: 2006-12-07 13:41:40 UTC
  • Revision ID: pinky-dedd7f8a42bd4557112a0513082691b8590ad6cc
New trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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"],
 
8
        "module": "This module manage the whole expenses flow. It also uses the cost accounting to put costs on analytic accounts.",
 
9
        "init_xml" : [],
 
10
        "demo_xml" : [],
 
11
        #"demo_xml" : ["hr_expense_demo.xml", "hr.expense.expense.csv"],
 
12
        "update_xml" : ["hr_expense_workflow.xml", "hr_expense_view.xml", "hr_expense_report.xml"],
 
13
        "active": False,
 
14
        "installable": True
 
15
}