diff --git a/docsource/modules160-170.rst b/docsource/modules160-170.rst index 9c518fcfe697..3dceeef89d96 100644 --- a/docsource/modules160-170.rst +++ b/docsource/modules160-170.rst @@ -198,7 +198,7 @@ Module coverage 16.0 -> 17.0 +---------------------------------------------------+----------------------+-------------------------------------------------+ | hr_timesheet | Done | | +---------------------------------------------------+----------------------+-------------------------------------------------+ -| hr_timesheet_attendance | | | +| hr_timesheet_attendance | Done | | +---------------------------------------------------+----------------------+-------------------------------------------------+ | hr_work_entry | | | +---------------------------------------------------+----------------------+-------------------------------------------------+ diff --git a/openupgrade_scripts/scripts/hr_timesheet_attendance/17.0.1.1/post-migration.py b/openupgrade_scripts/scripts/hr_timesheet_attendance/17.0.1.1/post-migration.py new file mode 100644 index 000000000000..14959b571c31 --- /dev/null +++ b/openupgrade_scripts/scripts/hr_timesheet_attendance/17.0.1.1/post-migration.py @@ -0,0 +1,11 @@ +# Copyright 2025 Tecnativa - Carlos Lopez +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). + +from openupgradelib import openupgrade + + +@openupgrade.migrate() +def migrate(env, version): + openupgrade.load_data( + env, "hr_timesheet_attendance", "17.0.1.1/noupdate_changes.xml" + ) diff --git a/openupgrade_scripts/scripts/hr_timesheet_attendance/17.0.1.1/upgrade_analysis_work.txt b/openupgrade_scripts/scripts/hr_timesheet_attendance/17.0.1.1/upgrade_analysis_work.txt new file mode 100644 index 000000000000..898c1ffd32d7 --- /dev/null +++ b/openupgrade_scripts/scripts/hr_timesheet_attendance/17.0.1.1/upgrade_analysis_work.txt @@ -0,0 +1,5 @@ +---Models in module 'hr_timesheet_attendance'--- +---Fields in module 'hr_timesheet_attendance'--- +---XML records in module 'hr_timesheet_attendance'--- +DEL ir.ui.view: hr_timesheet_attendance.hr_timesheet_attendance_report_view_tree +# NOTHING TO DO, Odoo removed an unused view.