forked from OCA/timesheet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__manifest__.py
27 lines (26 loc) · 864 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
27
# Copyright 2018 Brainbean Apps (https://brainbeanapps.com)
# Copyright 2020 CorporateHub (https://corporatehub.eu)
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
{
"name": "Task Logs Utilization Report",
"version": "14.0.1.0.3",
"category": "Human Resources",
"website": "https://github.com/OCA/timesheet",
"author": "CorporateHub, " "Odoo Community Association (OCA)",
"license": "AGPL-3",
"installable": True,
"application": False,
"summary": "Generate Utilization Report from Task Logs",
"depends": [
"hr",
"hr_timesheet",
"report_xlsx",
],
"data": [
"security/ir.model.access.csv",
"views/hr_department.xml",
"views/hr_employee.xml",
"report/hr_utilization_report.xml",
"wizards/hr_utilization_report_wizard.xml",
],
}