~ierpncd/ncdierp/trunk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "name" : "Biometric Device Integration",
    "version" : "1.0",
    "author" : "Erdenebold",
    "category" : "Custom",
    "website" : "www.argun.mn",
    "description": "A Module for Biometric Device Integration",
    "depends" : ["base", "hr", "hr_attendance"],
    "init_xml" : [],
    "data" : [
              "biometric_machine_view.xml",
              "report/timesheet_report_view.xml",
              "report/timesheet_report_view2.xml",
              "abstract_report_excel.xml",
              ],
    "active": False,
    "application": True,
    "installable": True
}