From e4301c6947f4213a47d674ee557484bdb0fa1eb9 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Wed, 11 Nov 2020 17:40:50 +0100 Subject: [PATCH] [ADD] hr_attendance: Nothing to do --- .../13.0.2.0/openupgrade_analysis_work.txt | 24 +++++++++++++++++++ .../openupgrade/doc/source/modules120-130.rst | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 addons/hr_attendance/migrations/13.0.2.0/openupgrade_analysis_work.txt diff --git a/addons/hr_attendance/migrations/13.0.2.0/openupgrade_analysis_work.txt b/addons/hr_attendance/migrations/13.0.2.0/openupgrade_analysis_work.txt new file mode 100644 index 000000000000..78935583f315 --- /dev/null +++ b/addons/hr_attendance/migrations/13.0.2.0/openupgrade_analysis_work.txt @@ -0,0 +1,24 @@ +---Models in module 'hr_attendance'--- +---Fields in module 'hr_attendance'--- +hr_attendance / hr.employee / barcode (char) : module is now 'hr' ('hr_attendance') +hr_attendance / hr.employee / pin (char) : module is now 'hr' ('hr_attendance') +# NOTHING TO DO: Done on hr module + +hr_attendance / hr.employee / last_check_in (datetime) : NEW isrelated: related, stored +hr_attendance / hr.employee / last_check_out (datetime) : NEW isrelated: related, stored +# NOTHING TO DO: Done by framework. Can be optimized by SQL if the number of employees is very high + +---XML records in module 'hr_attendance'--- +DEL ir.actions.report: hr_attendance.hr_employee_print_badge [renamed to hr module] +# NOTHING TO DO: Done on hr module + +NEW ir.module.category: base.module_category_human_resources_attendances (noupdate) +# NOTHING TO DO: noupdate, but new record + +NEW ir.ui.view: hr_attendance.hr_attendance_view_form_inherit +NEW ir.ui.view: hr_attendance.hr_user_view_form +NEW ir.ui.view: hr_attendance.view_attendance_tree_inherit +DEL ir.ui.view: hr_attendance.print_employee_badge +DEL ir.ui.view: hr_attendance.view_employee_filter_inherit_hr_attendance +DEL ir.ui.view: hr_attendance.view_employee_kanban_inherit_hr_attendance +# NOTHING TO DO: noupdate=0 ir records diff --git a/odoo/openupgrade/doc/source/modules120-130.rst b/odoo/openupgrade/doc/source/modules120-130.rst index 98d7f6d72783..2312902c85b7 100644 --- a/odoo/openupgrade/doc/source/modules120-130.rst +++ b/odoo/openupgrade/doc/source/modules120-130.rst @@ -155,7 +155,7 @@ missing in the new release are marked with |del|. +----------------------------------------------+-------------------------------------------------+ |hr | Done | +----------------------------------------------+-------------------------------------------------+ -|hr_attendance | | +|hr_attendance | Nothing to do | +----------------------------------------------+-------------------------------------------------+ |hr_contract | Done | +----------------------------------------------+-------------------------------------------------+