~zaber/openobject-addons/document-ftp-ports

« back to all changes in this revision

Viewing changes to hr_attendance/__terp__.py

  • Committer: Priyesh
  • Date: 2008-09-16 14:29:24 UTC
  • mto: (1597.1.17 addons)
  • mto: This revision was merged to the branch mainline in revision 1601.
  • Revision ID: solanki.priyesh@gmail.com-20080916142924-e8b4augwkzfx2vz6
make new module named hr_attendance

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
    "name" : "Attendances Of Employees",
 
3
    "version" : "1.0",
 
4
    "author" : "Tiny",
 
5
    "category" : "Generic Modules/Human Resources",
 
6
    "description": "This module aims to manage employee's attendances.",
 
7
    "depends" : ["base","hr",],
 
8
    "demo_xml" : ["hr_attendance_demo.xml"],
 
9
    "update_xml" : [
 
10
       "hr_attendance_view.xml",
 
11
       "hr_attendance_wizard.xml"
 
12
    ],
 
13
    "active": False,
 
14
    "installable": True,
 
15
}