34 lines
960 B
Python
34 lines
960 B
Python
# -*- coding: utf-8 -*-
|
|
{
|
|
"name": "User Timelines",
|
|
"version": "18.0.1.0.0",
|
|
"category": "Human Resources",
|
|
"summary": "Employee and user timeline views powered by project timelines and leaves",
|
|
"author": "OpenAI",
|
|
"license": "LGPL-3",
|
|
"depends": [
|
|
"hr",
|
|
"hr_holidays",
|
|
"project",
|
|
"project_gantt",
|
|
"web",
|
|
],
|
|
"data": [
|
|
"security/user_timeline_security.xml",
|
|
"security/ir.model.access.csv",
|
|
"views/user_timeline_views.xml",
|
|
"views/hr_employee_views.xml",
|
|
"views/res_users_views.xml",
|
|
"views/project_views.xml",
|
|
],
|
|
"assets": {
|
|
"web.assets_backend": [
|
|
"user_timelines/static/src/js/user_timeline_field.js",
|
|
"user_timelines/static/src/xml/user_timeline_field.xml",
|
|
"user_timelines/static/src/scss/user_timeline.scss",
|
|
],
|
|
},
|
|
"installable": True,
|
|
"application": False,
|
|
}
|