diff --git a/docsource/modules180-190.rst b/docsource/modules180-190.rst index cfa3d607741f..3e46e7ac5c90 100644 --- a/docsource/modules180-190.rst +++ b/docsource/modules180-190.rst @@ -390,9 +390,9 @@ Module coverage 18.0 -> 19.0 +---------------------------------------------------+----------------------+-------------------------------------------------+ | l10n_fi_sale | | | +---------------------------------------------------+----------------------+-------------------------------------------------+ -| l10n_fr | | | +| l10n_fr |Done | | +---------------------------------------------------+----------------------+-------------------------------------------------+ -| l10n_fr_account | | | +| l10n_fr_account |Nothing to do | | +---------------------------------------------------+----------------------+-------------------------------------------------+ | l10n_fr_facturx_chorus_pro | |No DB layout changes. | +---------------------------------------------------+----------------------+-------------------------------------------------+ @@ -706,7 +706,7 @@ Module coverage 18.0 -> 19.0 +---------------------------------------------------+----------------------+-------------------------------------------------+ | mail_bot | | | +---------------------------------------------------+----------------------+-------------------------------------------------+ -| mail_bot_hr | | | +| mail_bot_hr |Nothing to do | | +---------------------------------------------------+----------------------+-------------------------------------------------+ | mail_group | | | +---------------------------------------------------+----------------------+-------------------------------------------------+ @@ -746,7 +746,7 @@ Module coverage 18.0 -> 19.0 +---------------------------------------------------+----------------------+-------------------------------------------------+ | microsoft_calendar | |No DB layout changes. | +---------------------------------------------------+----------------------+-------------------------------------------------+ -| microsoft_outlook | | | +| microsoft_outlook |Nothing to do | | +---------------------------------------------------+----------------------+-------------------------------------------------+ | mrp |Done | | +---------------------------------------------------+----------------------+-------------------------------------------------+ @@ -1134,29 +1134,29 @@ Module coverage 18.0 -> 19.0 +---------------------------------------------------+----------------------+-------------------------------------------------+ | website_crm |Nothing to do |No DB layout changes. | +---------------------------------------------------+----------------------+-------------------------------------------------+ -| website_crm_iap_reveal | | | +| website_crm_iap_reveal |Nothing to do | | +---------------------------------------------------+----------------------+-------------------------------------------------+ | website_crm_livechat | |No DB layout changes. | +---------------------------------------------------+----------------------+-------------------------------------------------+ -| website_crm_partner_assign | | | +| website_crm_partner_assign |Done | | +---------------------------------------------------+----------------------+-------------------------------------------------+ | website_crm_sms | | | +---------------------------------------------------+----------------------+-------------------------------------------------+ -| website_customer | | | +| website_customer |Nothing to do | | +---------------------------------------------------+----------------------+-------------------------------------------------+ -| website_event | | | +| website_event |Done | | +---------------------------------------------------+----------------------+-------------------------------------------------+ -| website_event_booth | | | +| website_event_booth |Nothing to do | | +---------------------------------------------------+----------------------+-------------------------------------------------+ | website_event_booth_exhibitor | |No DB layout changes. | +---------------------------------------------------+----------------------+-------------------------------------------------+ | website_event_booth_sale | | | +---------------------------------------------------+----------------------+-------------------------------------------------+ -| website_event_booth_sale_exhibitor | | | +| website_event_booth_sale_exhibitor |Nothing to do | | +---------------------------------------------------+----------------------+-------------------------------------------------+ | website_event_crm | | | +---------------------------------------------------+----------------------+-------------------------------------------------+ -| website_event_exhibitor | | | +| website_event_exhibitor |Nothing to do | | +---------------------------------------------------+----------------------+-------------------------------------------------+ | |del| website_event_jitsi | | | +---------------------------------------------------+----------------------+-------------------------------------------------+ @@ -1164,17 +1164,17 @@ Module coverage 18.0 -> 19.0 +---------------------------------------------------+----------------------+-------------------------------------------------+ | |del| website_event_meet_quiz | | | +---------------------------------------------------+----------------------+-------------------------------------------------+ -| website_event_sale | | | +| website_event_sale |Done | | +---------------------------------------------------+----------------------+-------------------------------------------------+ -| website_event_track | | | +| website_event_track |Done | | +---------------------------------------------------+----------------------+-------------------------------------------------+ -| website_event_track_live | | | +| website_event_track_live |Nothing to do | | +---------------------------------------------------+----------------------+-------------------------------------------------+ | website_event_track_live_quiz | | | +---------------------------------------------------+----------------------+-------------------------------------------------+ | website_event_track_quiz | |No DB layout changes. | +---------------------------------------------------+----------------------+-------------------------------------------------+ -| website_forum | | | +| website_forum |Done | | +---------------------------------------------------+----------------------+-------------------------------------------------+ | website_google_map |Nothing to do | | +---------------------------------------------------+----------------------+-------------------------------------------------+ @@ -1186,15 +1186,15 @@ Module coverage 18.0 -> 19.0 +---------------------------------------------------+----------------------+-------------------------------------------------+ | website_links |Nothing to do | | +---------------------------------------------------+----------------------+-------------------------------------------------+ -| website_livechat | | | +| website_livechat |Done | | +---------------------------------------------------+----------------------+-------------------------------------------------+ | website_mail |Nothing to do | | +---------------------------------------------------+----------------------+-------------------------------------------------+ -| website_mail_group | | | +| website_mail_group |Nothing to do | | +---------------------------------------------------+----------------------+-------------------------------------------------+ | website_mass_mailing |Nothing to do | | +---------------------------------------------------+----------------------+-------------------------------------------------+ -| website_mass_mailing_sms | | | +| website_mass_mailing_sms |Nothing to do | | +---------------------------------------------------+----------------------+-------------------------------------------------+ | |del| website_membership | | | +---------------------------------------------------+----------------------+-------------------------------------------------+ @@ -1216,33 +1216,33 @@ Module coverage 18.0 -> 19.0 +---------------------------------------------------+----------------------+-------------------------------------------------+ | |new| website_sale_collect_wishlist | | | +---------------------------------------------------+----------------------+-------------------------------------------------+ -| website_sale_comparison | | | +| website_sale_comparison |Nothing to do | | +---------------------------------------------------+----------------------+-------------------------------------------------+ | website_sale_comparison_wishlist | | | +---------------------------------------------------+----------------------+-------------------------------------------------+ | website_sale_gelato | | | +---------------------------------------------------+----------------------+-------------------------------------------------+ -| website_sale_loyalty | | | +| website_sale_loyalty |Nothing to do | | +---------------------------------------------------+----------------------+-------------------------------------------------+ | website_sale_mass_mailing | |No DB layout changes. | +---------------------------------------------------+----------------------+-------------------------------------------------+ -| website_sale_mondialrelay | | | +| website_sale_mondialrelay |Nothing to do | | +---------------------------------------------------+----------------------+-------------------------------------------------+ | website_sale_mrp | | | +---------------------------------------------------+----------------------+-------------------------------------------------+ -| website_sale_slides | | | +| website_sale_slides |Nothing to do | | +---------------------------------------------------+----------------------+-------------------------------------------------+ -| website_sale_stock | | | +| website_sale_stock |Nothing to do | | +---------------------------------------------------+----------------------+-------------------------------------------------+ | website_sale_stock_wishlist | |No DB layout changes. | +---------------------------------------------------+----------------------+-------------------------------------------------+ -| website_sale_wishlist | | | +| website_sale_wishlist |Nothing to do | | +---------------------------------------------------+----------------------+-------------------------------------------------+ -| website_slides | | | +| website_slides |Done | | +---------------------------------------------------+----------------------+-------------------------------------------------+ -| website_slides_forum | | | +| website_slides_forum |Nothing to do | | +---------------------------------------------------+----------------------+-------------------------------------------------+ -| website_slides_survey | | | +| website_slides_survey |Done | | +---------------------------------------------------+----------------------+-------------------------------------------------+ | website_sms | | | +---------------------------------------------------+----------------------+-------------------------------------------------+ diff --git a/openupgrade_scripts/scripts/l10n_fr/19.0.2.1/post-migration.py b/openupgrade_scripts/scripts/l10n_fr/19.0.2.1/post-migration.py new file mode 100644 index 000000000000..1bf575e06312 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_fr/19.0.2.1/post-migration.py @@ -0,0 +1,9 @@ +# Copyright 2026 Tecnativa - Pilar Vargas +# 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, "l10n_fr", "19.0.2.1/noupdate_changes.xml") diff --git a/openupgrade_scripts/scripts/l10n_fr/19.0.2.1/pre-migration.py b/openupgrade_scripts/scripts/l10n_fr/19.0.2.1/pre-migration.py new file mode 100644 index 000000000000..f3f69668f9a5 --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_fr/19.0.2.1/pre-migration.py @@ -0,0 +1,19 @@ +# Copyright 2026 Tecnativa - Pilar Vargas +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). + +from openupgradelib import openupgrade + + +@openupgrade.migrate() +def migrate(env, version): + # Migrate SIRET values to company_registry without overwriting existing data. + openupgrade.logged_query( + env.cr, + """ + UPDATE res_partner + SET company_registry = siret + WHERE siret IS NOT NULL + AND siret != '' + AND (company_registry IS NULL OR company_registry = '') + """, + ) diff --git a/openupgrade_scripts/scripts/l10n_fr/19.0.2.1/upgrade_analysis_work.txt b/openupgrade_scripts/scripts/l10n_fr/19.0.2.1/upgrade_analysis_work.txt new file mode 100644 index 000000000000..bf0f8023e9bd --- /dev/null +++ b/openupgrade_scripts/scripts/l10n_fr/19.0.2.1/upgrade_analysis_work.txt @@ -0,0 +1,13 @@ +---Models in module 'l10n_fr'--- +# NOTHING TO DO + +---Fields in module 'l10n_fr'--- +l10n_fr / res.partner / siret (char) : DEL +# DONE: pre-migration script migrated siret values to existing company_registry when empty. + +---XML records in module 'l10n_fr'--- +NEW ir.ui.view: l10n_fr.view_partner_form_inherit_l10n_fr +DEL ir.ui.view: l10n_fr.res_partner_form_l10n_fr +res.country.group: l10n_fr.fr_and_mc (noupdate) (noupdate switched) +DEL res.country.group: l10n_fr.dom-tom [renamed to base module] +# NOTHING TO DO diff --git a/openupgrade_scripts/scripts/l10n_fr_account/19.0.2.4/upgrade_analysis.txt b/openupgrade_scripts/scripts/l10n_fr_account/19.0.2.4/upgrade_analysis.txt index 934aa8b552e1..a30688d7ffb5 100644 --- a/openupgrade_scripts/scripts/l10n_fr_account/19.0.2.4/upgrade_analysis.txt +++ b/openupgrade_scripts/scripts/l10n_fr_account/19.0.2.4/upgrade_analysis.txt @@ -1,5 +1,9 @@ ---Models in module 'l10n_fr_account'--- +# NOTHING TO DO + ---Fields in module 'l10n_fr_account'--- +# NOTHING TO DO + ---XML records in module 'l10n_fr_account'--- NEW account.report.expression: l10n_fr_account.tax_report_08_base_balance_from_tags_purchase NEW account.report.expression: l10n_fr_account.tax_report_09_base_balance_from_tags_purchase @@ -7,3 +11,4 @@ NEW account.report.expression: l10n_fr_account.tax_report_10_base_balance_from_t NEW account.report.expression: l10n_fr_account.tax_report_11_base_balance_from_tags_purchase NEW account.report.expression: l10n_fr_account.tax_report_9B_base_balance_from_tags_purchase DEL ir.ui.view: l10n_fr_account.res_partner_form_l10n_fr +# NOTHING TO DO diff --git a/openupgrade_scripts/scripts/mail_bot_hr/19.0.1.0/upgrade_analysis_work.txt b/openupgrade_scripts/scripts/mail_bot_hr/19.0.1.0/upgrade_analysis_work.txt new file mode 100644 index 000000000000..56c991eb6279 --- /dev/null +++ b/openupgrade_scripts/scripts/mail_bot_hr/19.0.1.0/upgrade_analysis_work.txt @@ -0,0 +1,9 @@ +---Models in module 'mail_bot_hr'--- +# NOTHING TO DO + +---Fields in module 'mail_bot_hr'--- +# NOTHING TO DO + +---XML records in module 'mail_bot_hr'--- +DEL ir.ui.view: mail_bot_hr.res_users_view_form_profile +# NOTHING TO DO: removed inherited user profile view only diff --git a/openupgrade_scripts/scripts/microsoft_outlook/19.0.1.1/upgrade_analysis_work.txt b/openupgrade_scripts/scripts/microsoft_outlook/19.0.1.1/upgrade_analysis_work.txt new file mode 100644 index 000000000000..932d483cb709 --- /dev/null +++ b/openupgrade_scripts/scripts/microsoft_outlook/19.0.1.1/upgrade_analysis_work.txt @@ -0,0 +1,9 @@ +---Models in module 'microsoft_outlook'--- +# NOTHING TO DO + +---Fields in module 'microsoft_outlook'--- +microsoft_outlook / res.users / outgoing_mail_server_type (False): NEW selection_keys: ['default', 'gmail', 'outlook'], mode: modify +# NOTHING TO DO: module only adds the new 'outlook' selection value + +---XML records in module 'microsoft_outlook'--- +# NOTHING TO DO diff --git a/openupgrade_scripts/scripts/website_crm_iap_reveal/19.0.1.1/upgrade_analysis_work.txt b/openupgrade_scripts/scripts/website_crm_iap_reveal/19.0.1.1/upgrade_analysis_work.txt new file mode 100644 index 000000000000..0b22401fe03e --- /dev/null +++ b/openupgrade_scripts/scripts/website_crm_iap_reveal/19.0.1.1/upgrade_analysis_work.txt @@ -0,0 +1,7 @@ +---Models in module 'website_crm_iap_reveal'--- +---Fields in module 'website_crm_iap_reveal'--- +---XML records in module 'website_crm_iap_reveal'--- +NEW ir.model.constraint: website_crm_iap_reveal.constraint_crm_reveal_view_ip_rule_id +NEW ir.model.constraint: website_crm_iap_reveal.constraint_crm_reveal_view_state_create_date + +# NOTHING TO DO diff --git a/openupgrade_scripts/scripts/website_crm_partner_assign/19.0.1.2/pre-migration.py b/openupgrade_scripts/scripts/website_crm_partner_assign/19.0.1.2/pre-migration.py new file mode 100644 index 000000000000..b3dedada2451 --- /dev/null +++ b/openupgrade_scripts/scripts/website_crm_partner_assign/19.0.1.2/pre-migration.py @@ -0,0 +1,15 @@ +from openupgradelib import openupgrade + +# Obsolete website_membership noupdate record rules removed in 19.0 (their +# ir_model_data already moved here by the apriori merge in base); noupdate +# records aren't swept by the standard module update, so delete them by xml_id +# (record + ir_model_data) to drop the stale public membership access. +_obsolete_rule_xmlids = [ + "website_crm_partner_assign.membership_membership_line_public", + "website_crm_partner_assign.membership_product_product_public", +] + + +@openupgrade.migrate() +def migrate(env, version): + openupgrade.delete_records_safely_by_xml_id(env, _obsolete_rule_xmlids) diff --git a/openupgrade_scripts/scripts/website_crm_partner_assign/19.0.1.2/upgrade_analysis_work.txt b/openupgrade_scripts/scripts/website_crm_partner_assign/19.0.1.2/upgrade_analysis_work.txt new file mode 100644 index 000000000000..41c426554cf0 --- /dev/null +++ b/openupgrade_scripts/scripts/website_crm_partner_assign/19.0.1.2/upgrade_analysis_work.txt @@ -0,0 +1,52 @@ +---Models in module 'website_crm_partner_assign'--- +model res.partner.grade (moved to partnership) + +# NOTHING TO DO + +---Fields in module 'website_crm_partner_assign'--- +website_crm_partner_assign / res.partner / grade_id (many2one) : module is now 'partnership' ('website_crm_partner_assign') +website_crm_partner_assign / res.partner.grade / _order : module is now 'partnership' ('website_crm_partner_assign') +website_crm_partner_assign / res.partner.grade / active (boolean) : module is now 'partnership' ('website_crm_partner_assign') +website_crm_partner_assign / res.partner.grade / display_name (char) : module is now 'partnership' ('website_crm_partner_assign') +website_crm_partner_assign / res.partner.grade / name (char) : module is now 'partnership' ('website_crm_partner_assign') +website_crm_partner_assign / res.partner.grade / sequence (integer) : module is now 'partnership' ('website_crm_partner_assign') +website_crm_partner_assign / res.users / grade_id (many2one) : module is now 'partnership' ('website_crm_partner_assign') + +# NOTHING TO DO + +---XML records in module 'website_crm_partner_assign'--- +DEL ir.actions.act_window: website_crm_partner_assign.res_partner_grade_action [renamed to partnership module] +DEL ir.model.access: website_crm_partner_assign.access_res_partner_grade [renamed to partnership module] +DEL ir.model.access: website_crm_partner_assign.access_res_partner_grade_employee +DEL ir.model.access: website_crm_partner_assign.access_res_partner_grade_manager [renamed to partnership module] +DEL ir.model.access: website_membership.access_membership_membership_line_portal +DEL ir.model.access: website_membership.access_membership_membership_line_public +DEL ir.model.access: website_membership.access_membership_product_product_public + +# NOTHING TO DO + +DEL ir.rule: website_membership.membership_membership_line_public (noupdate) +DEL ir.rule: website_membership.membership_product_product_public (noupdate) + +# DONE: pre-migration: delete noupdate ir.rule records + +DEL ir.ui.menu: website_crm_partner_assign.crm_menu_resellers +DEL ir.ui.menu: website_crm_partner_assign.menu_res_partner_grade_action [renamed to partnership module] +NEW ir.ui.view: website_crm_partner_assign.contact_details +NEW ir.ui.view: website_crm_partner_assign.index_filter_by_industry +DEL ir.ui.view: website_crm_partner_assign.res_partner_grade_view_search +DEL ir.ui.view: website_crm_partner_assign.snippet_options +DEL ir.ui.view: website_crm_partner_assign.view_partner_grade_tree +DEL ir.ui.view: website_crm_partner_assign.view_res_partner_filter_assign +DEL ir.ui.view: website_membership.index +DEL ir.ui.view: website_membership.opt_index_country +DEL ir.ui.view: website_membership.opt_index_google_map +DEL ir.ui.view: website_membership.partner +DEL ir.ui.view: website_membership.product_template_view_form +DEL ir.ui.view: website_membership.product_template_view_tree +DEL ir.ui.view: website_membership.snippet_options +DEL res.partner.grade: website_crm_partner_assign.res_partner_grade_data_bronze [renamed to partnership module] +DEL res.partner.grade: website_crm_partner_assign.res_partner_grade_data_gold [renamed to partnership module] +DEL res.partner.grade: website_crm_partner_assign.res_partner_grade_data_silver [renamed to partnership module] + +# NOTHING TO DO diff --git a/openupgrade_scripts/scripts/website_customer/19.0.1.0/upgrade_analysis_work.txt b/openupgrade_scripts/scripts/website_customer/19.0.1.0/upgrade_analysis_work.txt new file mode 100644 index 000000000000..0e2734b8f8fb --- /dev/null +++ b/openupgrade_scripts/scripts/website_customer/19.0.1.0/upgrade_analysis_work.txt @@ -0,0 +1,6 @@ +---Models in module 'website_customer'--- +---Fields in module 'website_customer'--- +---XML records in module 'website_customer'--- +DEL ir.ui.view: website_customer.snippet_options + +# NOTHING TO DO diff --git a/openupgrade_scripts/scripts/website_event/19.0.1.4/post-migration.py b/openupgrade_scripts/scripts/website_event/19.0.1.4/post-migration.py new file mode 100644 index 000000000000..d34f09559b5b --- /dev/null +++ b/openupgrade_scripts/scripts/website_event/19.0.1.4/post-migration.py @@ -0,0 +1,11 @@ +from openupgradelib import openupgrade + + +@openupgrade.migrate() +def migrate(env, version): + # Map the menu_type value removed in 19.0 to the new "other" key. track / + # track_proposal still exist (selection_add in website_event_track). + env["website.event.menu"].search( + [("menu_type", "=", "location")] + ).menu_type = "other" + openupgrade.load_data(env, "website_event", "19.0.1.4/noupdate_changes.xml") diff --git a/openupgrade_scripts/scripts/website_event/19.0.1.4/upgrade_analysis_work.txt b/openupgrade_scripts/scripts/website_event/19.0.1.4/upgrade_analysis_work.txt new file mode 100644 index 000000000000..cc58aca1217a --- /dev/null +++ b/openupgrade_scripts/scripts/website_event/19.0.1.4/upgrade_analysis_work.txt @@ -0,0 +1,65 @@ +---Models in module 'website_event'--- +---Fields in module 'website_event'--- +website_event / event.event / footer_visible (boolean) : NEW hasdefault: default +website_event / event.event / header_visible (boolean) : NEW hasdefault: default +website_event / event.event / is_seo_optimized (boolean) : is now stored +website_event / event.event / location_menu (boolean) : DEL +website_event / event.event / location_menu_ids (one2many) : DEL relation: website.event.menu +website_event / event.event / other_menu_ids (one2many) : NEW relation: website.event.menu +website_event / website.event.menu / is_seo_optimized (boolean) : NEW isfunction: function, stored +website_event / website.event.menu / menu_type (selection) : selection_keys added: [other], removed: [location] +website_event / website.event.menu / seo_name (char) : NEW translate +website_event / website.event.menu / website_meta_description (text): NEW translate +website_event / website.event.menu / website_meta_keywords (char) : NEW translate +website_event / website.event.menu / website_meta_og_img (char) : NEW +website_event / website.event.menu / website_meta_title (char) : NEW translate + +# DONE: remapped removed menu_type values in post-migration + +---XML records in module 'website_event'--- +DEL ir.asset: website_event.s_events_000_js +DEL ir.asset: website_event.s_searchbar_000_js +NEW ir.model.access: website_event.access_event_event_slot_employee +NEW ir.model.access: website_event.access_event_event_slot_portal +NEW ir.model.access: website_event.access_event_event_slot_public +NEW ir.rule: website_event.ir_rule_event_slot_public (noupdate) +NEW ir.ui.view: website_event.dynamic_filter_template_event_event_single_aside +NEW ir.ui.view: website_event.dynamic_filter_template_event_event_single_badge +NEW ir.ui.view: website_event.dynamic_filter_template_event_event_single_card +NEW ir.ui.view: website_event.dynamic_filter_template_event_event_single_entry +NEW ir.ui.view: website_event.dynamic_filter_template_event_event_single_offset +NEW ir.ui.view: website_event.event_calendar_links +NEW ir.ui.view: website_event.event_event_view_form_website_create +NEW ir.ui.view: website_event.modal_slot_registration +NEW ir.ui.view: website_event.opt_event_calendar_block +NEW ir.ui.view: website_event.opt_event_dates_block +NEW ir.ui.view: website_event.opt_event_fixed_sidebar +NEW ir.ui.view: website_event.opt_event_location_block +NEW ir.ui.view: website_event.opt_event_organizer_block +NEW ir.ui.view: website_event.opt_event_registration_block +NEW ir.ui.view: website_event.opt_event_share_block +NEW ir.ui.view: website_event.s_dynamic_snippet_events_single_aside_preview_data +NEW ir.ui.view: website_event.s_dynamic_snippet_events_single_badge_preview_data +NEW ir.ui.view: website_event.s_dynamic_snippet_events_single_card_preview_data +NEW ir.ui.view: website_event.s_dynamic_snippet_events_single_entry_preview_data +NEW ir.ui.view: website_event.s_dynamic_snippet_events_single_offset_preview_data +NEW ir.ui.view: website_event.s_event_upcoming_snippet_card_preview_data +NEW ir.ui.view: website_event.s_events_card +NEW ir.ui.view: website_event.s_events_picture +NEW ir.ui.view: website_event.s_events_single_aside +NEW ir.ui.view: website_event.s_events_single_badge +NEW ir.ui.view: website_event.s_events_single_card +NEW ir.ui.view: website_event.s_events_single_entry +NEW ir.ui.view: website_event.s_events_single_offset +DEL ir.ui.view: website_event.404 +DEL ir.ui.view: website_event.default_page +DEL ir.ui.view: website_event.event_event_view_form_add +DEL ir.ui.view: website_event.event_searchbar_input_snippet_options +DEL ir.ui.view: website_event.events_search_box +DEL ir.ui.view: website_event.events_search_box_input +DEL ir.ui.view: website_event.s_dynamic_snippet_options_template +DEL ir.ui.view: website_event.s_events_options +DEL ir.ui.view: website_event.snippet_options +DEL ir.ui.view: website_event.template_location + +# NOTHING TO DO diff --git a/openupgrade_scripts/scripts/website_event_booth/19.0.1.0/upgrade_analysis_work.txt b/openupgrade_scripts/scripts/website_event_booth/19.0.1.0/upgrade_analysis_work.txt new file mode 100644 index 000000000000..9222a48c2019 --- /dev/null +++ b/openupgrade_scripts/scripts/website_event_booth/19.0.1.0/upgrade_analysis_work.txt @@ -0,0 +1,7 @@ +---Models in module 'website_event_booth'--- +---Fields in module 'website_event_booth'--- +website_event_booth / website.event.menu / menu_type (False) : selection_keys added: [other], removed: [location] + +# NOTHING TO DO + +---XML records in module 'website_event_booth'--- diff --git a/openupgrade_scripts/scripts/website_event_booth_sale_exhibitor/19.0.1.0/upgrade_analysis_work.txt b/openupgrade_scripts/scripts/website_event_booth_sale_exhibitor/19.0.1.0/upgrade_analysis_work.txt new file mode 100644 index 000000000000..a58d00ddff55 --- /dev/null +++ b/openupgrade_scripts/scripts/website_event_booth_sale_exhibitor/19.0.1.0/upgrade_analysis_work.txt @@ -0,0 +1,7 @@ +---Models in module 'website_event_booth_sale_exhibitor'--- +---Fields in module 'website_event_booth_sale_exhibitor'--- +website_event_booth_sale_exhibitor / event.booth.registration / sponsor_mobile (char) : DEL + +# NOTHING TO DO + +---XML records in module 'website_event_booth_sale_exhibitor'--- diff --git a/openupgrade_scripts/scripts/website_event_exhibitor/19.0.1.1/upgrade_analysis_work.txt b/openupgrade_scripts/scripts/website_event_exhibitor/19.0.1.1/upgrade_analysis_work.txt new file mode 100644 index 000000000000..a716aa01a961 --- /dev/null +++ b/openupgrade_scripts/scripts/website_event_exhibitor/19.0.1.1/upgrade_analysis_work.txt @@ -0,0 +1,14 @@ +---Models in module 'website_event_exhibitor'--- +---Fields in module 'website_event_exhibitor'--- +website_event_exhibitor / event.sponsor / chat_room_id (many2one) : DEL relation: chat.room +website_event_exhibitor / event.sponsor / mobile (char) : DEL +website_event_exhibitor / event.sponsor / show_on_ticket (boolean) : NEW hasdefault: default +website_event_exhibitor / website.event.menu / menu_type (False) : selection_keys added: [other], removed: [location, track, track_proposal] + +# NOTHING TO DO + +---XML records in module 'website_event_exhibitor'--- +DEL ir.model.access: website_event_exhibitor.chat_room_access_event_manager +DEL ir.ui.view: website_event_exhibitor.snippet_options + +# NOTHING TO DO diff --git a/openupgrade_scripts/scripts/website_event_sale/19.0.1.0/pre-migration.py b/openupgrade_scripts/scripts/website_event_sale/19.0.1.0/pre-migration.py new file mode 100644 index 000000000000..8249a1c92078 --- /dev/null +++ b/openupgrade_scripts/scripts/website_event_sale/19.0.1.0/pre-migration.py @@ -0,0 +1,10 @@ +from openupgradelib import openupgrade + +# Obsolete noupdate record rule removed in 19.0; noupdate records aren't swept by +# the standard module update, so delete it by xml_id (record + ir_model_data). +_obsolete_rule_xmlids = ["website_event_sale.event_product_template_public"] + + +@openupgrade.migrate() +def migrate(env, version): + openupgrade.delete_records_safely_by_xml_id(env, _obsolete_rule_xmlids) diff --git a/openupgrade_scripts/scripts/website_event_sale/19.0.1.0/upgrade_analysis_work.txt b/openupgrade_scripts/scripts/website_event_sale/19.0.1.0/upgrade_analysis_work.txt new file mode 100644 index 000000000000..2c6ea919c2ff --- /dev/null +++ b/openupgrade_scripts/scripts/website_event_sale/19.0.1.0/upgrade_analysis_work.txt @@ -0,0 +1,14 @@ +---Models in module 'website_event_sale'--- + + +---Fields in module 'website_event_sale'--- + + +---XML records in module 'website_event_sale'--- +DEL ir.rule: website_event_sale.event_product_template_public (noupdate) + +# DONE: pre-migration: delete noupdate ir.rule record + +DEL ir.ui.view: website_event_sale.cart_lines_inherit_website_event_sale + +# NOTHING TO DO diff --git a/openupgrade_scripts/scripts/website_event_track/19.0.1.3/post-migration.py b/openupgrade_scripts/scripts/website_event_track/19.0.1.3/post-migration.py new file mode 100644 index 000000000000..5cf369f5d91a --- /dev/null +++ b/openupgrade_scripts/scripts/website_event_track/19.0.1.3/post-migration.py @@ -0,0 +1,13 @@ +from openupgradelib import openupgrade + + +@openupgrade.migrate() +def migrate(env, version): + openupgrade.load_data(env, "website_event_track", "19.0.1.3/noupdate_changes.xml") + openupgrade.delete_record_translations( + env.cr, + "website_event_track", + [ + "mail_template_data_track_confirmation", + ], + ) diff --git a/openupgrade_scripts/scripts/website_event_track/19.0.1.3/upgrade_analysis_work.txt b/openupgrade_scripts/scripts/website_event_track/19.0.1.3/upgrade_analysis_work.txt new file mode 100644 index 000000000000..0f68fa809f76 --- /dev/null +++ b/openupgrade_scripts/scripts/website_event_track/19.0.1.3/upgrade_analysis_work.txt @@ -0,0 +1,16 @@ +---Models in module 'website_event_track'--- +---Fields in module 'website_event_track'--- +website_event_track / event.track / _order : _order is now 'priority desc, date' ('priority, date') +website_event_track / event.track / date (datetime) : now a function +website_event_track / event.track / is_seo_optimized (boolean) : is now stored +website_event_track / website.event.menu / menu_type (False) : selection_keys added: [exhibitor, other], removed: [location] + +# NOTHING TO DO + +---XML records in module 'website_event_track'--- +NEW ir.asset: website_event_track.s_searchbar_000_xml +NEW ir.ui.view: website_event_track.track_list_item +DEL ir.ui.view: website_event_track.snippet_options +NEW mail.template: website_event_track.mail_template_data_track_reminder (noupdate) + +# NOTHING TO DO diff --git a/openupgrade_scripts/scripts/website_event_track_live/19.0.1.0/upgrade_analysis_work.txt b/openupgrade_scripts/scripts/website_event_track_live/19.0.1.0/upgrade_analysis_work.txt new file mode 100644 index 000000000000..624eba59b315 --- /dev/null +++ b/openupgrade_scripts/scripts/website_event_track_live/19.0.1.0/upgrade_analysis_work.txt @@ -0,0 +1,8 @@ +---Models in module 'website_event_track_live'--- +---Fields in module 'website_event_track_live'--- +---XML records in module 'website_event_track_live'--- +NEW ir.ui.view: website_event_track_live.event_track_view_list +NEW ir.ui.view: website_event_track_live.track_list_item +DEL ir.ui.view: website_event_track_live.tracks_display_list + +# NOTHING TO DO diff --git a/openupgrade_scripts/scripts/website_forum/19.0.1.2/post-migration.py b/openupgrade_scripts/scripts/website_forum/19.0.1.2/post-migration.py new file mode 100644 index 000000000000..46a3a083939a --- /dev/null +++ b/openupgrade_scripts/scripts/website_forum/19.0.1.2/post-migration.py @@ -0,0 +1,6 @@ +from openupgradelib import openupgrade + + +@openupgrade.migrate() +def migrate(env, version): + openupgrade.load_data(env, "website_forum", "19.0.1.2/noupdate_changes.xml") diff --git a/openupgrade_scripts/scripts/website_forum/19.0.1.2/upgrade_analysis_work.txt b/openupgrade_scripts/scripts/website_forum/19.0.1.2/upgrade_analysis_work.txt new file mode 100644 index 000000000000..9b171499e8b8 --- /dev/null +++ b/openupgrade_scripts/scripts/website_forum/19.0.1.2/upgrade_analysis_work.txt @@ -0,0 +1,19 @@ +---Models in module 'website_forum'--- +---Fields in module 'website_forum'--- +website_forum / forum.forum / is_seo_optimized (boolean) : is now stored +website_forum / forum.forum / teaser (text) : DEL +website_forum / forum.post / is_seo_optimized (boolean) : is now stored +website_forum / forum.tag / is_seo_optimized (boolean) : is now stored + +# NOTHING TO DO + +---XML records in module 'website_forum'--- +DEL ir.model.access: website_forum.access_forum_post_vote_public +NEW ir.rule: website_forum.website_forum_post_vote_all (noupdate) +NEW ir.rule: website_forum.website_forum_post_vote_own (noupdate) +DEL ir.ui.view: website_forum.forum_searchbar_input_snippet_options +DEL ir.ui.view: website_forum.snippet_options +DEL ir.ui.view: website_forum.user_profile_sub_nav +DEL ir.ui.view: website_forum.view_users_form_forum + +# NOTHING TO DO diff --git a/openupgrade_scripts/scripts/website_livechat/19.0.1.0/pre-migration.py b/openupgrade_scripts/scripts/website_livechat/19.0.1.0/pre-migration.py new file mode 100644 index 000000000000..b06a81b2f174 --- /dev/null +++ b/openupgrade_scripts/scripts/website_livechat/19.0.1.0/pre-migration.py @@ -0,0 +1,10 @@ +from openupgradelib import openupgrade + +# Obsolete noupdate record rule removed in 19.0; noupdate records aren't swept by +# the standard module update, so delete it by xml_id (record + ir_model_data). +_obsolete_rule_xmlids = ["website_livechat.im_livechat_channel_rule_public"] + + +@openupgrade.migrate() +def migrate(env, version): + openupgrade.delete_records_safely_by_xml_id(env, _obsolete_rule_xmlids) diff --git a/openupgrade_scripts/scripts/website_livechat/19.0.1.0/upgrade_analysis_work.txt b/openupgrade_scripts/scripts/website_livechat/19.0.1.0/upgrade_analysis_work.txt new file mode 100644 index 000000000000..b20d5cde3b98 --- /dev/null +++ b/openupgrade_scripts/scripts/website_livechat/19.0.1.0/upgrade_analysis_work.txt @@ -0,0 +1,24 @@ +---Models in module 'website_livechat'--- +---Fields in module 'website_livechat'--- +website_livechat / discuss.channel / is_pending_chat_request (boolean): NEW +website_livechat / im_livechat.channel / is_published (boolean) : DEL +website_livechat / im_livechat.channel / website_description (html) : DEL + +# NOTHING TO DO + +---XML records in module 'website_livechat'--- +DEL ir.model.access: website_livechat.access_im_livechat_channel_public_employee +DEL ir.model.access: website_livechat.access_im_livechat_channel_public_portal +DEL ir.model.access: website_livechat.access_im_livechat_channel_public_public + +# NOTHING TO DO + +DEL ir.rule: website_livechat.im_livechat_channel_rule_public (noupdate) + +# DONE: pre-migration: delete noupdate ir.rule record + +DEL ir.ui.view: website_livechat.channel_list_page +DEL ir.ui.view: website_livechat.channel_page +DEL ir.ui.view: website_livechat.im_livechat_channel_form_view + +# NOTHING TO DO diff --git a/openupgrade_scripts/scripts/website_mail_group/19.0.1.0/upgrade_analysis_work.txt b/openupgrade_scripts/scripts/website_mail_group/19.0.1.0/upgrade_analysis_work.txt new file mode 100644 index 000000000000..9a4254a12654 --- /dev/null +++ b/openupgrade_scripts/scripts/website_mail_group/19.0.1.0/upgrade_analysis_work.txt @@ -0,0 +1,7 @@ +---Models in module 'website_mail_group'--- +---Fields in module 'website_mail_group'--- +---XML records in module 'website_mail_group'--- +DEL ir.asset: website_mail_group.s_group_000_js +DEL ir.ui.view: website_mail_group.s_group_options + +# NOTHING TO DO diff --git a/openupgrade_scripts/scripts/website_mass_mailing_sms/19.0.1.0/upgrade_analysis_work.txt b/openupgrade_scripts/scripts/website_mass_mailing_sms/19.0.1.0/upgrade_analysis_work.txt new file mode 100644 index 000000000000..5cc4df8a2eac --- /dev/null +++ b/openupgrade_scripts/scripts/website_mass_mailing_sms/19.0.1.0/upgrade_analysis_work.txt @@ -0,0 +1,9 @@ +---Models in module 'website_mass_mailing_sms'--- +---Fields in module 'website_mass_mailing_sms'--- +---XML records in module 'website_mass_mailing_sms'--- +NEW ir.ui.view: website_mass_mailing_sms.s_newsletter_sms_notifications +NEW ir.ui.view: website_mass_mailing_sms.s_newsletter_subscribe_form +NEW ir.ui.view: website_mass_mailing_sms.snippets +DEL ir.ui.view: website_mass_mailing_sms.newsletter_subscribe_options + +# NOTHING TO DO diff --git a/openupgrade_scripts/scripts/website_sale_collect_wishlist/19.0.1.0/upgrade_analysis_work.txt b/openupgrade_scripts/scripts/website_sale_collect_wishlist/19.0.1.0/upgrade_analysis_work.txt new file mode 100644 index 000000000000..a2fc9f16c837 --- /dev/null +++ b/openupgrade_scripts/scripts/website_sale_collect_wishlist/19.0.1.0/upgrade_analysis_work.txt @@ -0,0 +1,6 @@ +---Models in module 'website_sale_collect_wishlist'--- +---Fields in module 'website_sale_collect_wishlist'--- +---XML records in module 'website_sale_collect_wishlist'--- +NEW ir.ui.view: website_sale_collect_wishlist.unavailable_products_warning + +# NOTHING TO DO diff --git a/openupgrade_scripts/scripts/website_sale_comparison/19.0.1.0/upgrade_analysis_work.txt b/openupgrade_scripts/scripts/website_sale_comparison/19.0.1.0/upgrade_analysis_work.txt new file mode 100644 index 000000000000..d3ab3dec30a9 --- /dev/null +++ b/openupgrade_scripts/scripts/website_sale_comparison/19.0.1.0/upgrade_analysis_work.txt @@ -0,0 +1,7 @@ +---Models in module 'website_sale_comparison'--- +---Fields in module 'website_sale_comparison'--- +---XML records in module 'website_sale_comparison'--- +DEL ir.ui.view: website_sale_comparison.product_product +DEL ir.ui.view: website_sale_comparison.snippet_options + +# NOTHING TO DO diff --git a/openupgrade_scripts/scripts/website_sale_loyalty/19.0.1.0/upgrade_analysis_work.txt b/openupgrade_scripts/scripts/website_sale_loyalty/19.0.1.0/upgrade_analysis_work.txt new file mode 100644 index 000000000000..9eba8f40b1c6 --- /dev/null +++ b/openupgrade_scripts/scripts/website_sale_loyalty/19.0.1.0/upgrade_analysis_work.txt @@ -0,0 +1,8 @@ +---Models in module 'website_sale_loyalty'--- +---Fields in module 'website_sale_loyalty'--- +---XML records in module 'website_sale_loyalty'--- +NEW ir.ui.view: website_sale_loyalty.cart_lines_quantity +DEL ir.ui.view: website_sale_loyalty.snippet_options +DEL ir.ui.view: website_sale_loyalty.website_sale_coupon_cart_hide_qty + +# NOTHING TO DO diff --git a/openupgrade_scripts/scripts/website_sale_mondialrelay/19.0.0.1/upgrade_analysis_work.txt b/openupgrade_scripts/scripts/website_sale_mondialrelay/19.0.0.1/upgrade_analysis_work.txt new file mode 100644 index 000000000000..8336098bbc17 --- /dev/null +++ b/openupgrade_scripts/scripts/website_sale_mondialrelay/19.0.0.1/upgrade_analysis_work.txt @@ -0,0 +1,12 @@ +---Models in module 'website_sale_mondialrelay'--- +---Fields in module 'website_sale_mondialrelay'--- +---XML records in module 'website_sale_mondialrelay'--- +NEW ir.ui.view: website_sale_mondialrelay.address_on_checkout +NEW ir.ui.view: website_sale_mondialrelay.website_sale_mondialrelay_address_card +NEW ir.ui.view: website_sale_mondialrelay.website_sale_mondialrelay_billing_address_list +DEL ir.ui.view: website_sale_mondialrelay.res_config_settings_view_form +DEL ir.ui.view: website_sale_mondialrelay.website_sale_mondialrelay_address_kanban +DEL ir.ui.view: website_sale_mondialrelay.website_sale_mondialrelay_address_on_payment +DEL ir.ui.view: website_sale_mondialrelay.website_sale_mondialrelay_billing_address_row + +# NOTHING TO DO diff --git a/openupgrade_scripts/scripts/website_sale_slides/19.0.1.0/upgrade_analysis_work.txt b/openupgrade_scripts/scripts/website_sale_slides/19.0.1.0/upgrade_analysis_work.txt new file mode 100644 index 000000000000..2ba6ce79a270 --- /dev/null +++ b/openupgrade_scripts/scripts/website_sale_slides/19.0.1.0/upgrade_analysis_work.txt @@ -0,0 +1,11 @@ +---Models in module 'website_sale_slides'--- +---Fields in module 'website_sale_slides'--- +website_sale_slides / product.template / service_tracking (False) : selection_keys added: [partnership, repair] (most likely nothing to do) + +# NOTHING TO DO + +---XML records in module 'website_sale_slides'--- +DEL ir.ui.view: website_sale_slides.snippet_options +DEL product.category: website_sale_slides.product_category_courses + +# NOTHING TO DO diff --git a/openupgrade_scripts/scripts/website_sale_stock/19.0.1.0/upgrade_analysis_work.txt b/openupgrade_scripts/scripts/website_sale_stock/19.0.1.0/upgrade_analysis_work.txt new file mode 100644 index 000000000000..35ce9db6532d --- /dev/null +++ b/openupgrade_scripts/scripts/website_sale_stock/19.0.1.0/upgrade_analysis_work.txt @@ -0,0 +1,7 @@ +---Models in module 'website_sale_stock'--- +---Fields in module 'website_sale_stock'--- +website_sale_stock / product.ribbon / assign (False) : NEW selection_keys: ['manual', 'new', 'out_of_stock', 'sale'], mode: modify + +# NOTHING TO DO + +---XML records in module 'website_sale_stock'--- diff --git a/openupgrade_scripts/scripts/website_sale_wishlist/19.0.1.0/upgrade_analysis_work.txt b/openupgrade_scripts/scripts/website_sale_wishlist/19.0.1.0/upgrade_analysis_work.txt new file mode 100644 index 000000000000..46fc7fa5b860 --- /dev/null +++ b/openupgrade_scripts/scripts/website_sale_wishlist/19.0.1.0/upgrade_analysis_work.txt @@ -0,0 +1,14 @@ +---Models in module 'website_sale_wishlist'--- +---Fields in module 'website_sale_wishlist'--- +website_sale_wishlist / website / wishlist_gap (char) : NEW hasdefault: default +website_sale_wishlist / website / wishlist_grid_columns (integer): NEW hasdefault: default +website_sale_wishlist / website / wishlist_mobile_columns (integer): NEW hasdefault: default +website_sale_wishlist / website / wishlist_opt_products_design_classes (char): NEW hasdefault: default + +# NOTHING TO DO + +---XML records in module 'website_sale_wishlist'--- +NEW ir.ui.view: website_sale_wishlist.empty_wishlist_svg +DEL ir.ui.view: website_sale_wishlist.snippet_options + +# NOTHING TO DO diff --git a/openupgrade_scripts/scripts/website_slides/19.0.2.7/noupdate_changes.xml b/openupgrade_scripts/scripts/website_slides/19.0.2.7/noupdate_changes.xml index a5f3b6610537..b2be444b1168 100644 --- a/openupgrade_scripts/scripts/website_slides/19.0.2.7/noupdate_changes.xml +++ b/openupgrade_scripts/scripts/website_slides/19.0.2.7/noupdate_changes.xml @@ -1,119 +1,5 @@ - + - - - -
-

Hello Brandon Freeman,


Congratulations!

You've completed the course Basics of Gardening

Check out the other available courses.


- Enjoy this exclusive content! -
--
Mitchell Admin
-
-
-
- - - -
- - -
-

- Hello

- Mitchell Admin shared the document with you! -

-
- View Document
-
--
Mitchell Admin
-

-
-
- -
- - - - - - [('website_published', '=', True), ('visibility', 'in', ['public', 'link'])] Channel: public: restricted to public/link-based and published @@ -164,37 +50,4 @@ Slide: portal/user: restricted to published and connected user, (invited) attendee or link-based, if course visible to attendees only - - Level - - - -
-

- Hello

- There is something new in the course Trees, Wood and Gardens you are following:

-

Trees
-
-
View content
- Enjoy this exclusive content! -
--
Mitchell Admin
-

-
-
- -
- - -
-

- Hello

- Mitchell Admin shared the document Trees with you! -

-
View Trees
-
--
Mitchell Admin
-

-
-
- -
diff --git a/openupgrade_scripts/scripts/website_slides/19.0.2.7/post-migration.py b/openupgrade_scripts/scripts/website_slides/19.0.2.7/post-migration.py new file mode 100644 index 000000000000..858c69b3a3d1 --- /dev/null +++ b/openupgrade_scripts/scripts/website_slides/19.0.2.7/post-migration.py @@ -0,0 +1,6 @@ +from openupgradelib import openupgrade + + +@openupgrade.migrate() +def migrate(env, version): + openupgrade.load_data(env, "website_slides", "19.0.2.7/noupdate_changes.xml") diff --git a/openupgrade_scripts/scripts/website_slides/19.0.2.7/pre-migration.py b/openupgrade_scripts/scripts/website_slides/19.0.2.7/pre-migration.py new file mode 100644 index 000000000000..d9a3dd516b02 --- /dev/null +++ b/openupgrade_scripts/scripts/website_slides/19.0.2.7/pre-migration.py @@ -0,0 +1,11 @@ +from openupgradelib import openupgrade + +# Removed in 19.0; raw SQL would hit mail_activity's RESTRICT FK on DBs with +# open access-request activities — the safe helper deactivates instead. + + +@openupgrade.migrate() +def migrate(env, version): + openupgrade.delete_records_safely_by_xml_id( + env, ["website_slides.mail_activity_data_access_request"] + ) diff --git a/openupgrade_scripts/scripts/website_slides/19.0.2.7/upgrade_analysis_work.txt b/openupgrade_scripts/scripts/website_slides/19.0.2.7/upgrade_analysis_work.txt new file mode 100644 index 000000000000..3f1638b4467f --- /dev/null +++ b/openupgrade_scripts/scripts/website_slides/19.0.2.7/upgrade_analysis_work.txt @@ -0,0 +1,31 @@ +---Models in module 'website_slides'--- +---Fields in module 'website_slides'--- +website_slides / mail.activity / request_partner_id (many2one) : previously in module mail +website_slides / slide.channel / is_seo_optimized (boolean) : is now stored +website_slides / slide.channel / visibility (selection) : selection_keys added: [link] (most likely nothing to do) +website_slides / slide.slide / is_seo_optimized (boolean) : is now stored + +# NOTHING TO DO + +---XML records in module 'website_slides'--- +NEW ir.ui.view: website_slides.course_card_information_badge +NEW ir.ui.view: website_slides.courses_home_side_bar +NEW ir.ui.view: website_slides.courses_my +NEW ir.ui.view: website_slides.courses_search_bar +NEW ir.ui.view: website_slides.courses_search_results +NEW ir.ui.view: website_slides.courses_search_tags +NEW ir.ui.view: website_slides.mail_activity_view_form +DEL ir.ui.view: website_slides.course_card_information_arrow +DEL ir.ui.view: website_slides.courses_all +DEL ir.ui.view: website_slides.slide_searchbar_input_snippet_options +DEL ir.ui.view: website_slides.snippet_options + +# NOTHING TO DO + +DEL mail.activity.type: website_slides.mail_activity_data_access_request (noupdate) + +# DONE: pre-migration: delete noupdate mail.activity.type record + +NEW res.groups.privilege: website_slides.res_groups_privilege_elearning + +# NOTHING TO DO diff --git a/openupgrade_scripts/scripts/website_slides_forum/19.0.1.0/upgrade_analysis_work.txt b/openupgrade_scripts/scripts/website_slides_forum/19.0.1.0/upgrade_analysis_work.txt new file mode 100644 index 000000000000..8c9f95046c49 --- /dev/null +++ b/openupgrade_scripts/scripts/website_slides_forum/19.0.1.0/upgrade_analysis_work.txt @@ -0,0 +1,6 @@ +---Models in module 'website_slides_forum'--- +---Fields in module 'website_slides_forum'--- +---XML records in module 'website_slides_forum'--- +DEL ir.ui.view: website_slides_forum.snippet_options + +# NOTHING TO DO diff --git a/openupgrade_scripts/scripts/website_slides_survey/19.0.1.0/post-migration.py b/openupgrade_scripts/scripts/website_slides_survey/19.0.1.0/post-migration.py new file mode 100644 index 000000000000..fdc2914f8c4e --- /dev/null +++ b/openupgrade_scripts/scripts/website_slides_survey/19.0.1.0/post-migration.py @@ -0,0 +1,13 @@ +from openupgradelib import openupgrade + + +@openupgrade.migrate() +def migrate(env, version): + openupgrade.load_data(env, "website_slides_survey", "19.0.1.0/noupdate_changes.xml") + openupgrade.delete_record_translations( + env.cr, + "website_slides_survey", + [ + "mail_template_user_input_certification_failed", + ], + ) diff --git a/openupgrade_scripts/scripts/website_slides_survey/19.0.1.0/upgrade_analysis_work.txt b/openupgrade_scripts/scripts/website_slides_survey/19.0.1.0/upgrade_analysis_work.txt new file mode 100644 index 000000000000..a9cd5111ef7c --- /dev/null +++ b/openupgrade_scripts/scripts/website_slides_survey/19.0.1.0/upgrade_analysis_work.txt @@ -0,0 +1,8 @@ +---Models in module 'website_slides_survey'--- +---Fields in module 'website_slides_survey'--- +---XML records in module 'website_slides_survey'--- +NEW ir.ui.view: website_slides_survey.courses_search_bar_inherit_survey +NEW ir.ui.view: website_slides_survey.courses_search_results_inherit_survey +DEL ir.ui.view: website_slides_survey.courses_home_inherit_survey + +# NOTHING TO DO