-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__manifest__.py
26 lines (26 loc) · 915 Bytes
/
__manifest__.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Copyright 2017-2019 Tecnativa - Pedro M. Baeza
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Theoretical vs Attended Time Analysis",
"version": "12.0.1.3.0",
"category": "Human Resources",
"website": "https://github.com/OCA/hr",
"author": "Tecnativa, "
"Odoo Community Association (OCA)",
"license": "AGPL-3",
"installable": True,
"depends": [
"hr_attendance",
"hr_holidays_public",
],
"data": [
"security/ir.model.access.csv",
"security/hr_attendance_report_theoretical_time_security.xml",
"views/hr_attendance_views.xml",
"views/hr_leave_type_views.xml",
"views/hr_employee_views.xml",
"reports/hr_attendance_theoretical_time_report_views.xml",
"wizards/recompute_theoretical_attendance_views.xml",
"wizards/wizard_theoretical_time.xml",
],
}