From c6f81e8ef300e572ab7849e35c523087ced9944b Mon Sep 17 00:00:00 2001 From: arpi-odoo Date: Tue, 2 Jun 2026 12:55:17 +0200 Subject: [PATCH 1/5] [IMP] empty From 57a4ccd2cce4a66c35fe550573817cca19f4e305 Mon Sep 17 00:00:00 2001 From: sidum Date: Tue, 2 Jun 2026 17:14:47 +0200 Subject: [PATCH 2/5] [FIX] hr: made new contract button invisible if no contract start date Problem: "New Contract" button was still visible when there was no contract start date. Solution: Made "New Contract" button invisible if the contract start date is not set. Task-6269675 --- addons/hr/views/hr_employee_views.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/addons/hr/views/hr_employee_views.xml b/addons/hr/views/hr_employee_views.xml index 74f6252d3774b1..35bec5651f0d0d 100644 --- a/addons/hr/views/hr_employee_views.xml +++ b/addons/hr/views/hr_employee_views.xml @@ -387,8 +387,8 @@ to - + class="o_hr_narrow_field ms-3" invisible="not contract_date_start" required="fixed_term"/> +