From 27f5a1f53f66993afaeff80557a613f41c2ee12d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miquel=20Ra=C3=AFch?= Date: Thu, 16 Jul 2026 16:38:17 +0200 Subject: [PATCH 1/6] [MIG] hr_homeworking: nothing to do --- docsource/modules180-190.rst | 2 +- .../hr_homeworking/19.0.2.0/upgrade_analysis_work.txt | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 openupgrade_scripts/scripts/hr_homeworking/19.0.2.0/upgrade_analysis_work.txt diff --git a/docsource/modules180-190.rst b/docsource/modules180-190.rst index 513393d744c6..cd1ebd246435 100644 --- a/docsource/modules180-190.rst +++ b/docsource/modules180-190.rst @@ -186,7 +186,7 @@ Module coverage 18.0 -> 19.0 +---------------------------------------------------+----------------------+-------------------------------------------------+ | |del| hr_holidays_contract | | | +---------------------------------------------------+----------------------+-------------------------------------------------+ -| hr_homeworking | | | +| hr_homeworking |Nothing to do | | +---------------------------------------------------+----------------------+-------------------------------------------------+ | hr_homeworking_calendar | |No DB layout changes. | +---------------------------------------------------+----------------------+-------------------------------------------------+ diff --git a/openupgrade_scripts/scripts/hr_homeworking/19.0.2.0/upgrade_analysis_work.txt b/openupgrade_scripts/scripts/hr_homeworking/19.0.2.0/upgrade_analysis_work.txt new file mode 100644 index 000000000000..85d5777d0ac2 --- /dev/null +++ b/openupgrade_scripts/scripts/hr_homeworking/19.0.2.0/upgrade_analysis_work.txt @@ -0,0 +1,5 @@ +---Models in module 'hr_homeworking'--- +---Fields in module 'hr_homeworking'--- +---XML records in module 'hr_homeworking'--- +NEW ir.ui.view: hr_homeworking.res_users_view_form +# NOTHING TO DO From 91b13925b05a5e88de3b2645b48096f1e3e89e98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miquel=20Ra=C3=AFch?= Date: Thu, 16 Jul 2026 16:42:14 +0200 Subject: [PATCH 2/6] [MIG] hr_livechat: nothing to do --- docsource/modules180-190.rst | 2 +- .../scripts/hr_livechat/19.0.1.0/upgrade_analysis_work.txt | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 openupgrade_scripts/scripts/hr_livechat/19.0.1.0/upgrade_analysis_work.txt diff --git a/docsource/modules180-190.rst b/docsource/modules180-190.rst index cd1ebd246435..ff083c85a128 100644 --- a/docsource/modules180-190.rst +++ b/docsource/modules180-190.rst @@ -192,7 +192,7 @@ Module coverage 18.0 -> 19.0 +---------------------------------------------------+----------------------+-------------------------------------------------+ | hr_hourly_cost |Nothing to do |No DB layout changes. | +---------------------------------------------------+----------------------+-------------------------------------------------+ -| hr_livechat | | | +| hr_livechat |Nothing to do | | +---------------------------------------------------+----------------------+-------------------------------------------------+ | hr_maintenance |Nothing to do | | +---------------------------------------------------+----------------------+-------------------------------------------------+ diff --git a/openupgrade_scripts/scripts/hr_livechat/19.0.1.0/upgrade_analysis_work.txt b/openupgrade_scripts/scripts/hr_livechat/19.0.1.0/upgrade_analysis_work.txt new file mode 100644 index 000000000000..ec6b925bc31a --- /dev/null +++ b/openupgrade_scripts/scripts/hr_livechat/19.0.1.0/upgrade_analysis_work.txt @@ -0,0 +1,7 @@ +---Models in module 'hr_livechat'--- +---Fields in module 'hr_livechat'--- +---XML records in module 'hr_livechat'--- +NEW ir.ui.view: hr_livechat.discuss_channel_looking_for_help_view_search +NEW ir.ui.view: hr_livechat.im_livechat_report_channel_view_search +NEW ir.ui.view: hr_livechat.website_livechat_agent_history_view_search +# NOTHING TO DO From 1fc75d60cb2fe1f80f9790da53c7796180837406 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miquel=20Ra=C3=AFch?= Date: Thu, 16 Jul 2026 16:46:32 +0200 Subject: [PATCH 3/6] [MIG] hr_presence --- docsource/modules180-190.rst | 2 +- .../scripts/hr_presence/19.0.1.0/post-migration.py | 9 +++++++++ .../hr_presence/19.0.1.0/upgrade_analysis_work.txt | 5 +++++ 3 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 openupgrade_scripts/scripts/hr_presence/19.0.1.0/post-migration.py create mode 100644 openupgrade_scripts/scripts/hr_presence/19.0.1.0/upgrade_analysis_work.txt diff --git a/docsource/modules180-190.rst b/docsource/modules180-190.rst index ff083c85a128..22d5ac6f815f 100644 --- a/docsource/modules180-190.rst +++ b/docsource/modules180-190.rst @@ -198,7 +198,7 @@ Module coverage 18.0 -> 19.0 +---------------------------------------------------+----------------------+-------------------------------------------------+ | hr_org_chart |Nothing to do | | +---------------------------------------------------+----------------------+-------------------------------------------------+ -| hr_presence | | | +| hr_presence |Done | | +---------------------------------------------------+----------------------+-------------------------------------------------+ | hr_recruitment |Done | | +---------------------------------------------------+----------------------+-------------------------------------------------+ diff --git a/openupgrade_scripts/scripts/hr_presence/19.0.1.0/post-migration.py b/openupgrade_scripts/scripts/hr_presence/19.0.1.0/post-migration.py new file mode 100644 index 000000000000..1b8c2b3dc872 --- /dev/null +++ b/openupgrade_scripts/scripts/hr_presence/19.0.1.0/post-migration.py @@ -0,0 +1,9 @@ +# Copyright 2026 ForgeFlow S.L. (https://www.forgeflow.com) +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). + +from openupgradelib import openupgrade + + +@openupgrade.migrate() +def migrate(env, version): + openupgrade.load_data(env, "hr_presence", "19.0.1.0/noupdate_changes.xml") diff --git a/openupgrade_scripts/scripts/hr_presence/19.0.1.0/upgrade_analysis_work.txt b/openupgrade_scripts/scripts/hr_presence/19.0.1.0/upgrade_analysis_work.txt new file mode 100644 index 000000000000..dacd53fbe222 --- /dev/null +++ b/openupgrade_scripts/scripts/hr_presence/19.0.1.0/upgrade_analysis_work.txt @@ -0,0 +1,5 @@ +---Models in module 'hr_presence'--- +---Fields in module 'hr_presence'--- +---XML records in module 'hr_presence'--- +DEL ir.ui.view: hr_presence.hr_employee_view_tree +# NOTHING TO DO From 496678e8b3a5384cecaea8639531c9038f6ac4b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miquel=20Ra=C3=AFch?= Date: Thu, 16 Jul 2026 16:49:22 +0200 Subject: [PATCH 4/6] [MIG] hr_recruitment_sms: nothing to do --- docsource/modules180-190.rst | 2 +- .../hr_recruitment_sms/19.0.1.0/upgrade_analysis_work.txt | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 openupgrade_scripts/scripts/hr_recruitment_sms/19.0.1.0/upgrade_analysis_work.txt diff --git a/docsource/modules180-190.rst b/docsource/modules180-190.rst index 22d5ac6f815f..e06b8a1270ea 100644 --- a/docsource/modules180-190.rst +++ b/docsource/modules180-190.rst @@ -204,7 +204,7 @@ Module coverage 18.0 -> 19.0 +---------------------------------------------------+----------------------+-------------------------------------------------+ | hr_recruitment_skills | | | +---------------------------------------------------+----------------------+-------------------------------------------------+ -| hr_recruitment_sms | | | +| hr_recruitment_sms |Nothing to do | | +---------------------------------------------------+----------------------+-------------------------------------------------+ | hr_recruitment_survey | |No DB layout changes. | +---------------------------------------------------+----------------------+-------------------------------------------------+ diff --git a/openupgrade_scripts/scripts/hr_recruitment_sms/19.0.1.0/upgrade_analysis_work.txt b/openupgrade_scripts/scripts/hr_recruitment_sms/19.0.1.0/upgrade_analysis_work.txt new file mode 100644 index 000000000000..bd7b6ee7183a --- /dev/null +++ b/openupgrade_scripts/scripts/hr_recruitment_sms/19.0.1.0/upgrade_analysis_work.txt @@ -0,0 +1,7 @@ +---Models in module 'hr_recruitment_sms'--- +---Fields in module 'hr_recruitment_sms'--- +---XML records in module 'hr_recruitment_sms'--- +DEL ir.actions.act_window: hr_recruitment_sms.action_hr_applicant_mass_sms +DEL ir.actions.act_window: hr_recruitment_sms.action_hr_candidate_mass_sms +NEW ir.actions.server: hr_recruitment_sms.action_applicant_send_sms +# NOTHING TO DO From a651e594344db62c05adbda235a8165311dd0879 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miquel=20Ra=C3=AFch?= Date: Thu, 16 Jul 2026 16:53:26 +0200 Subject: [PATCH 5/6] [MIG] hr_recruitment_survey --- docsource/modules180-190.rst | 2 +- .../19.0.1.0/post-migration.py | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 openupgrade_scripts/scripts/hr_recruitment_survey/19.0.1.0/post-migration.py diff --git a/docsource/modules180-190.rst b/docsource/modules180-190.rst index e06b8a1270ea..77a4f7db0806 100644 --- a/docsource/modules180-190.rst +++ b/docsource/modules180-190.rst @@ -206,7 +206,7 @@ Module coverage 18.0 -> 19.0 +---------------------------------------------------+----------------------+-------------------------------------------------+ | hr_recruitment_sms |Nothing to do | | +---------------------------------------------------+----------------------+-------------------------------------------------+ -| hr_recruitment_survey | |No DB layout changes. | +| hr_recruitment_survey |Done |No DB layout changes. | +---------------------------------------------------+----------------------+-------------------------------------------------+ | hr_skills | | | +---------------------------------------------------+----------------------+-------------------------------------------------+ diff --git a/openupgrade_scripts/scripts/hr_recruitment_survey/19.0.1.0/post-migration.py b/openupgrade_scripts/scripts/hr_recruitment_survey/19.0.1.0/post-migration.py new file mode 100644 index 000000000000..10f635a44ee5 --- /dev/null +++ b/openupgrade_scripts/scripts/hr_recruitment_survey/19.0.1.0/post-migration.py @@ -0,0 +1,16 @@ +# Copyright 2026 ForgeFlow S.L. (https://www.forgeflow.com) +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). + +from openupgradelib import openupgrade + + +@openupgrade.migrate() +def migrate(env, version): + openupgrade.load_data(env, "hr_recruitment_survey", "19.0.1.0/noupdate_changes.xml") + openupgrade.delete_record_translations( + env.cr, + "hr_recruitment_survey", + [ + "mail_template_applicant_interview_invite", + ], + ) From 14f81163192d0235b92f32001005eb5a4480da57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miquel=20Ra=C3=AFch?= Date: Thu, 16 Jul 2026 16:57:48 +0200 Subject: [PATCH 6/6] [MIG] hr_work_entry_holidays --- docsource/modules180-190.rst | 2 +- .../hr_work_entry_holidays/19.0.1.0/post-migration.py | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 openupgrade_scripts/scripts/hr_work_entry_holidays/19.0.1.0/post-migration.py diff --git a/docsource/modules180-190.rst b/docsource/modules180-190.rst index 77a4f7db0806..f5203cc16a6c 100644 --- a/docsource/modules180-190.rst +++ b/docsource/modules180-190.rst @@ -224,7 +224,7 @@ Module coverage 18.0 -> 19.0 +---------------------------------------------------+----------------------+-------------------------------------------------+ | |del| hr_work_entry_contract | | | +---------------------------------------------------+----------------------+-------------------------------------------------+ -| hr_work_entry_holidays | |No DB layout changes. | +| hr_work_entry_holidays |Done |No DB layout changes. | +---------------------------------------------------+----------------------+-------------------------------------------------+ | |new| html_builder |Nothing to do | | +---------------------------------------------------+----------------------+-------------------------------------------------+ diff --git a/openupgrade_scripts/scripts/hr_work_entry_holidays/19.0.1.0/post-migration.py b/openupgrade_scripts/scripts/hr_work_entry_holidays/19.0.1.0/post-migration.py new file mode 100644 index 000000000000..62484f551c3f --- /dev/null +++ b/openupgrade_scripts/scripts/hr_work_entry_holidays/19.0.1.0/post-migration.py @@ -0,0 +1,11 @@ +# Copyright 2026 ForgeFlow S.L. (https://www.forgeflow.com) +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). + +from openupgradelib import openupgrade + + +@openupgrade.migrate() +def migrate(env, version): + openupgrade.load_data( + env, "hr_work_entry_holidays", "19.0.1.0/noupdate_changes.xml" + )