Files
hr-tools/hr_effective_attendance_period/__manifest__.py
2026-05-05 17:24:48 +02:00

25 lines
697 B
Python

# Copyright 2023 Stéphan Sainléger (Elabore)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "hr_effective_attendance_period",
"version": "18.0.1.0.0",
"author": "Elabore",
"website": "https://git.elabore.coop/elabore/hr-tools",
"maintainer": "Stéphan Sainléger",
"license": "AGPL-3",
"category": "Tools",
"summary": "Indicate whether attendance periods are effectively worked",
# any module necessary for this one to work correctly
"depends": [
"base",
"resource",
],
"data": [
"views/resource_views.xml",
],
"installable": True,
"auto_install": False,
"application": False,
}