28 lines
771 B
Python
Executable File
28 lines
771 B
Python
Executable File
{
|
|
"name": "hr_employee_stats_sheet",
|
|
"version": "16.0.2.0.0",
|
|
"description": "Add global sheet for employee stats",
|
|
"summary": "Add global sheet for employee stats",
|
|
"author": "Nicolas JEUDY",
|
|
"website": "https://github.com/Alusage/odoo-hr-addons",
|
|
"license": "LGPL-3",
|
|
"category": "Human Resources",
|
|
"depends": [
|
|
"allow_negative_leave_and_allocation",
|
|
"base",
|
|
"hr",
|
|
"hr_holidays",
|
|
"hr_timesheet",
|
|
"hr_timesheet_sheet",
|
|
"resource",
|
|
],
|
|
"data": [
|
|
"security/ir.model.access.csv",
|
|
"views/hr_employee_stats.xml",
|
|
"views/hr_timesheet_sheet.xml",
|
|
"views/res_config_settings_views.xml",
|
|
],
|
|
"installable": True,
|
|
"application": False,
|
|
}
|