From cf8fcf717a7681d6b63b729fad8d2ebf3da3ee7d Mon Sep 17 00:00:00 2001 From: RaulOForgeFlow Date: Thu, 29 Apr 2021 12:39:54 +0200 Subject: [PATCH] [ADD] resource: Nothing to do Co-Authored-By: Pedro M. Baeza --- doc/source/modules130-140.rst | 2 +- .../scripts/resource/14.0.1.1/noupdate_changes.xml | 4 ++-- .../resource/14.0.1.1/upgrade_analysis_work.txt | 10 ++++++++++ 3 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 openupgrade_scripts/scripts/resource/14.0.1.1/upgrade_analysis_work.txt diff --git a/doc/source/modules130-140.rst b/doc/source/modules130-140.rst index baee84e9f2d7..5565c88fa20c 100644 --- a/doc/source/modules130-140.rst +++ b/doc/source/modules130-140.rst @@ -552,7 +552,7 @@ Module coverage 13.0 -> 14.0 +--------------------------------------------+-------------------------------------------------+ |repair | | +--------------------------------------------+-------------------------------------------------+ -|resource | | +|resource | Nothing to do | +--------------------------------------------+-------------------------------------------------+ |sale | | +--------------------------------------------+-------------------------------------------------+ diff --git a/openupgrade_scripts/scripts/resource/14.0.1.1/noupdate_changes.xml b/openupgrade_scripts/scripts/resource/14.0.1.1/noupdate_changes.xml index 7aa9270fcca3..7e3a2c845f3c 100644 --- a/openupgrade_scripts/scripts/resource/14.0.1.1/noupdate_changes.xml +++ b/openupgrade_scripts/scripts/resource/14.0.1.1/noupdate_changes.xml @@ -1,9 +1,9 @@ - + diff --git a/openupgrade_scripts/scripts/resource/14.0.1.1/upgrade_analysis_work.txt b/openupgrade_scripts/scripts/resource/14.0.1.1/upgrade_analysis_work.txt new file mode 100644 index 000000000000..b7b8a580de10 --- /dev/null +++ b/openupgrade_scripts/scripts/resource/14.0.1.1/upgrade_analysis_work.txt @@ -0,0 +1,10 @@ +---Models in module 'resource'--- +---Fields in module 'resource'--- +resource / resource.calendar / active (boolean) : NEW hasdefault +# NOTHING TO DO: new feature that allows the user to hide working time without removing it when active is False. Default value (True) is OK. + +resource / resource.calendar / attendance_ids (one2many) : now a function +resource / resource.calendar / global_leave_ids (one2many) : now a function +# NOTHING TO DO: Computed writable field (acting as an onchange). Now when changing the company on a calendar, the hours/week are computed based on the settings of the selected company. + +---XML records in module 'resource'---