forked from MathBenTech/scrummer
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path__manifest__.py
26 lines (25 loc) · 841 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 - 2018 Modoolar <[email protected]>
# License LGPLv3.0 or later (https://www.gnu.org/licenses/lgpl-3.0.en.html).
{
"name": "Project Timesheet Category",
"summary": """This module extends timesheet with category field.""",
"category": "Project",
"version": "12.0.1.0.0",
"license": "LGPL-3",
"author": "Modoolar",
"website": "https://www.modoolar.com/",
"depends": ["project", "hr_timesheet",],
"data": [
"security/ir.model.access.csv",
"security/security.xml",
"data/data.xml",
"views/timesheet_category_view.xml",
"views/menu.xml",
"views/account_analytic_line.xml",
"views/project_task.xml",
"views/res_users.xml",
],
"demo": [],
"qweb": ["static/src/xml/project_timesheet.xml",],
"application": False,
}