From a2421b89dab27bbffca1b870b05ff0f74092412c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phan=20Sainl=C3=A9ger?= Date: Fri, 16 Jan 2026 16:16:58 +0100 Subject: [PATCH] [MIG] hr_usability: migrate to 18.0 --- hr_usability/__init__.py | 0 hr_usability/__manifest__.py | 30 ++++++++++++++++++++++ hr_usability/views/hr_leave_type_views.xml | 13 ++++++++++ 3 files changed, 43 insertions(+) create mode 100644 hr_usability/__init__.py create mode 100644 hr_usability/__manifest__.py create mode 100644 hr_usability/views/hr_leave_type_views.xml diff --git a/hr_usability/__init__.py b/hr_usability/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/hr_usability/__manifest__.py b/hr_usability/__manifest__.py new file mode 100644 index 0000000..347d8bd --- /dev/null +++ b/hr_usability/__manifest__.py @@ -0,0 +1,30 @@ +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +{ + "name": "hr_usability Elabore", + "version": "18.0.1.0.0", + "depends": [ + "base", + "hr", + "hr_holidays", + ], + "author": "Élabore", + "category": "Human Resources/Employees", + "summary": "In times off type form view, add 'create_calendar_meeting' field", + "description": """ + + Go to Times off app > "Setings" > "Type time off" + Select a type + The 'create_calendar_meeting' is check by default + Uncheck it if do not want to display times off in the calendar + + One the checkbox is unchecked for a time off type, the next approuved times off (of that type) won't be created as a meeting and won't appear in the calendar + + """, + "data": [ + "views/hr_leave_type_views.xml", + ], + "demo": [], + "application": False, + "license": "LGPL-3", +} diff --git a/hr_usability/views/hr_leave_type_views.xml b/hr_usability/views/hr_leave_type_views.xml new file mode 100644 index 0000000..41856ea --- /dev/null +++ b/hr_usability/views/hr_leave_type_views.xml @@ -0,0 +1,13 @@ + + + + hr.leave.type.form.inherit + hr.leave.type + + + + + + + +