File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
openupgrade_scripts/scripts/account/18.0.1.3 Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -206,9 +206,9 @@ Module coverage 17.0 -> 18.0
206206+---------------------------------------------------+----------------------+-------------------------------------------------+
207207| hr_skills |Done | |
208208+---------------------------------------------------+----------------------+-------------------------------------------------+
209- | hr_skills_slides | Nothing to do |No DB layout changes. |
209+ | hr_skills_slides |Nothing to do |No DB layout changes. |
210210+---------------------------------------------------+----------------------+-------------------------------------------------+
211- | hr_skills_survey |Nothing to do | |
211+ | hr_skills_survey |Nothing to do | |
212212+---------------------------------------------------+----------------------+-------------------------------------------------+
213213| hr_timesheet |Done | |
214214+---------------------------------------------------+----------------------+-------------------------------------------------+
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ def adapt_account_move_sending_data(env):
134134 '{author_user_id}', sending_data::jsonb->'sp_user_id')
135135 WHERE sending_data IS NOT NULL AND sending_data::jsonb ? 'sp_user_id'""" ,
136136 )
137- # send_mail: True -> 'sending_methods': { "email"} :
137+ # send_mail: True -> 'sending_methods': [ "email"] :
138138 openupgrade .logged_query (
139139 env .cr ,
140140 """
You can’t perform that action at this time.
0 commit comments