From 1935c90d2a5515d2aa1764b5e9f34e43afc2b2e7 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Mon, 3 Apr 2023 08:45:39 +0200 Subject: [PATCH 01/75] [OU-ADD] stock_picking_backorder_strategy: Merged into stock According https://github.com/OCA/stock-logistics-workflow/pull/1265#issuecomment-1493767130 --- openupgrade_scripts/apriori.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openupgrade_scripts/apriori.py b/openupgrade_scripts/apriori.py index 86421b87102d..ff1c8c8c2e07 100644 --- a/openupgrade_scripts/apriori.py +++ b/openupgrade_scripts/apriori.py @@ -50,6 +50,8 @@ "account_move_force_removal": "account", # OCA/purchase-workflow "product_form_purchase_link": "purchase", + # OCA/stock-logistics-workflow + "stock_picking_backorder_strategy": "stock", } # only used here for upgrade_analysis From 4fd79280bd8846f7cfdc1d3af165e5d6d877bf05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Taymans?= Date: Mon, 15 May 2023 16:50:52 +0200 Subject: [PATCH 02/75] [OU-ADD] base_vat: Nothing to do --- docsource/modules150-160.rst | 2 +- .../scripts/base_vat/16.0.1.0/upgrade_analysis_work.txt | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 openupgrade_scripts/scripts/base_vat/16.0.1.0/upgrade_analysis_work.txt diff --git a/docsource/modules150-160.rst b/docsource/modules150-160.rst index e73013e6d2b0..0f687c41540b 100644 --- a/docsource/modules150-160.rst +++ b/docsource/modules150-160.rst @@ -88,7 +88,7 @@ Module coverage 15.0 -> 16.0 +-------------------------------------------------+----------------------+-------------------------------------------------+ | base_sparse_field | Nothing to do | | +-------------------------------------------------+----------------------+-------------------------------------------------+ -| base_vat | | | +| base_vat | Nothing to do | | +-------------------------------------------------+----------------------+-------------------------------------------------+ | board | |No DB layout changes. | +-------------------------------------------------+----------------------+-------------------------------------------------+ diff --git a/openupgrade_scripts/scripts/base_vat/16.0.1.0/upgrade_analysis_work.txt b/openupgrade_scripts/scripts/base_vat/16.0.1.0/upgrade_analysis_work.txt new file mode 100644 index 000000000000..f8d1067125ea --- /dev/null +++ b/openupgrade_scripts/scripts/base_vat/16.0.1.0/upgrade_analysis_work.txt @@ -0,0 +1,6 @@ +---Models in module 'base_vat'--- +---Fields in module 'base_vat'--- +---XML records in module 'base_vat'--- +DEL ir.ui.view: base_vat.company_form_vat +DEL ir.ui.view: base_vat.view_partner_form +# Nothing to do From 94c281c9b06b9e51ea1c947e2a3cbf35b0c614a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Taymans?= Date: Mon, 15 May 2023 15:48:18 +0200 Subject: [PATCH 03/75] [OU-ADD] base_iban: Nothing to do --- docsource/modules150-160.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsource/modules150-160.rst b/docsource/modules150-160.rst index e73013e6d2b0..1bd37bea83dd 100644 --- a/docsource/modules150-160.rst +++ b/docsource/modules150-160.rst @@ -76,7 +76,7 @@ Module coverage 15.0 -> 16.0 +-------------------------------------------------+----------------------+-------------------------------------------------+ | base_geolocalize | |No DB layout changes. | +-------------------------------------------------+----------------------+-------------------------------------------------+ -| base_iban | | | +| base_iban | Nothing to do | | +-------------------------------------------------+----------------------+-------------------------------------------------+ | base_import | Nothing to do |No DB layout changes. | +-------------------------------------------------+----------------------+-------------------------------------------------+ From 515f22a41fbaedbb24d3592ae603eb5287eb6df8 Mon Sep 17 00:00:00 2001 From: Dang Van Loc Date: Mon, 3 Jul 2023 13:26:21 +0700 Subject: [PATCH 04/75] [OU-ADD] website_links: nothing to do --- docsource/modules150-160.rst | 2 +- .../website_links/16.0.1.0/upgrade_analysis_work.txt | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 openupgrade_scripts/scripts/website_links/16.0.1.0/upgrade_analysis_work.txt diff --git a/docsource/modules150-160.rst b/docsource/modules150-160.rst index ff8fcc6ac56e..60ea8ce91b1b 100644 --- a/docsource/modules150-160.rst +++ b/docsource/modules150-160.rst @@ -860,7 +860,7 @@ Module coverage 15.0 -> 16.0 +-------------------------------------------------+----------------------+-------------------------------------------------+ | website_jitsi | | | +-------------------------------------------------+----------------------+-------------------------------------------------+ -| website_links | | | +| website_links | Nothing to do | | +-------------------------------------------------+----------------------+-------------------------------------------------+ | website_livechat | | | +-------------------------------------------------+----------------------+-------------------------------------------------+ diff --git a/openupgrade_scripts/scripts/website_links/16.0.1.0/upgrade_analysis_work.txt b/openupgrade_scripts/scripts/website_links/16.0.1.0/upgrade_analysis_work.txt new file mode 100644 index 000000000000..df4ca39870c9 --- /dev/null +++ b/openupgrade_scripts/scripts/website_links/16.0.1.0/upgrade_analysis_work.txt @@ -0,0 +1,6 @@ +---Models in module 'website_links'--- +---Fields in module 'website_links'--- +---XML records in module 'website_links'--- +NEW ir.ui.menu: website_links.menu_link_tracker +DEL ir.ui.view: website_links.share_page_menu +# NOTHING TO DO From 6fcc69564b91a21e9053ea1d783619bf677face3 Mon Sep 17 00:00:00 2001 From: quyen Date: Tue, 4 Jul 2023 08:23:06 +0700 Subject: [PATCH 05/75] [OU-ADD] website_mass_mailing: Nothing to do --- docsource/modules150-160.rst | 2 +- .../16.0.1.0/upgrade_analysis_work.txt | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 openupgrade_scripts/scripts/website_mass_mailing/16.0.1.0/upgrade_analysis_work.txt diff --git a/docsource/modules150-160.rst b/docsource/modules150-160.rst index 4bfa956a7f1b..2456b3955454 100644 --- a/docsource/modules150-160.rst +++ b/docsource/modules150-160.rst @@ -868,7 +868,7 @@ Module coverage 15.0 -> 16.0 +-------------------------------------------------+----------------------+-------------------------------------------------+ | website_mail_group | | | +-------------------------------------------------+----------------------+-------------------------------------------------+ -| website_mass_mailing | | | +| website_mass_mailing | Nothing to do | | +-------------------------------------------------+----------------------+-------------------------------------------------+ | |new| website_mass_mailing_sms | | | +-------------------------------------------------+----------------------+-------------------------------------------------+ diff --git a/openupgrade_scripts/scripts/website_mass_mailing/16.0.1.0/upgrade_analysis_work.txt b/openupgrade_scripts/scripts/website_mass_mailing/16.0.1.0/upgrade_analysis_work.txt new file mode 100644 index 000000000000..241cb80bb6c2 --- /dev/null +++ b/openupgrade_scripts/scripts/website_mass_mailing/16.0.1.0/upgrade_analysis_work.txt @@ -0,0 +1,7 @@ +---Models in module 'website_mass_mailing'--- +---Fields in module 'website_mass_mailing'--- +---XML records in module 'website_mass_mailing'--- +NEW ir.ui.view: website_mass_mailing.newsletter_subscribe_options_common +NEW ir.ui.view: website_mass_mailing.s_newsletter_block_default_template +NEW ir.ui.view: website_mass_mailing.s_newsletter_block_form_template +# NOTHING TO DO From a76d627545b76aaef03f9bca73c36ba2346ddece Mon Sep 17 00:00:00 2001 From: quyen Date: Tue, 4 Jul 2023 08:45:51 +0700 Subject: [PATCH 06/75] [OU-ADD] website_mail: Nothing to do --- docsource/modules150-160.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsource/modules150-160.rst b/docsource/modules150-160.rst index 4bfa956a7f1b..2db75f6c8f13 100644 --- a/docsource/modules150-160.rst +++ b/docsource/modules150-160.rst @@ -864,7 +864,7 @@ Module coverage 15.0 -> 16.0 +-------------------------------------------------+----------------------+-------------------------------------------------+ | website_livechat | | | +-------------------------------------------------+----------------------+-------------------------------------------------+ -| website_mail | | | +| website_mail | Nothing to do | | +-------------------------------------------------+----------------------+-------------------------------------------------+ | website_mail_group | | | +-------------------------------------------------+----------------------+-------------------------------------------------+ From 816e71c5c1ee08a84de4f2f60e56c1c367e39014 Mon Sep 17 00:00:00 2001 From: quyen Date: Tue, 4 Jul 2023 08:57:20 +0700 Subject: [PATCH 07/75] [OU-ADD] website_partner: Nothing to do --- docsource/modules150-160.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsource/modules150-160.rst b/docsource/modules150-160.rst index 4bfa956a7f1b..596428233832 100644 --- a/docsource/modules150-160.rst +++ b/docsource/modules150-160.rst @@ -874,7 +874,7 @@ Module coverage 15.0 -> 16.0 +-------------------------------------------------+----------------------+-------------------------------------------------+ | website_membership | | | +-------------------------------------------------+----------------------+-------------------------------------------------+ -| website_partner | |No DB layout changes. | +| website_partner | Nothing to do |No DB layout changes. | +-------------------------------------------------+----------------------+-------------------------------------------------+ | website_payment | | | +-------------------------------------------------+----------------------+-------------------------------------------------+ From 08cc5fe8992dc8d1f6250c923f49d15d77b59019 Mon Sep 17 00:00:00 2001 From: Carmen Bianca BAKKER Date: Fri, 30 Jun 2023 17:06:41 +0200 Subject: [PATCH 08/75] Document rename of payment_transfer to payment_custom --- docsource/modules150-160.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docsource/modules150-160.rst b/docsource/modules150-160.rst index 63c0d46657fc..9c55d765b82c 100644 --- a/docsource/modules150-160.rst +++ b/docsource/modules150-160.rst @@ -552,7 +552,7 @@ Module coverage 15.0 -> 16.0 +-------------------------------------------------+----------------------+-------------------------------------------------+ | payment_buckaroo | | | +-------------------------------------------------+----------------------+-------------------------------------------------+ -| |new| payment_custom | | | +| |new| payment_custom |Done |Renamed from payment_transfer. | +-------------------------------------------------+----------------------+-------------------------------------------------+ | |new| payment_demo | | | +-------------------------------------------------+----------------------+-------------------------------------------------+ @@ -576,7 +576,7 @@ Module coverage 15.0 -> 16.0 +-------------------------------------------------+----------------------+-------------------------------------------------+ | payment_stripe | | | +-------------------------------------------------+----------------------+-------------------------------------------------+ -| |del| payment_transfer | | | +| |del| payment_transfer |Done |Renamed to payment_custom. | +-------------------------------------------------+----------------------+-------------------------------------------------+ | phone_validation | |No DB layout changes. | +-------------------------------------------------+----------------------+-------------------------------------------------+ From 9cbdbef447cd70b5c75e8e1679e5266e00d33d4b Mon Sep 17 00:00:00 2001 From: Carmen Bianca BAKKER Date: Fri, 30 Jun 2023 17:41:51 +0200 Subject: [PATCH 09/75] Do the migration work for payment_custom --- .../payment_custom/16.0.2.0/post-migration.py | 22 +++++++++++++++ .../16.0.2.0/upgrade_analysis_work.txt | 27 +++++++++++++++++++ 2 files changed, 49 insertions(+) create mode 100644 openupgrade_scripts/scripts/payment_custom/16.0.2.0/post-migration.py create mode 100644 openupgrade_scripts/scripts/payment_custom/16.0.2.0/upgrade_analysis_work.txt diff --git a/openupgrade_scripts/scripts/payment_custom/16.0.2.0/post-migration.py b/openupgrade_scripts/scripts/payment_custom/16.0.2.0/post-migration.py new file mode 100644 index 000000000000..5cd04d2b74fa --- /dev/null +++ b/openupgrade_scripts/scripts/payment_custom/16.0.2.0/post-migration.py @@ -0,0 +1,22 @@ +# SPDX-FileCopyrightText: 2023 Coop IT Easy SC +# +# SPDX-License-Identifier: AGPL-3.0-or-later + +from openupgradelib import openupgrade + + +@openupgrade.migrate() +def migrate(env, version): + # The payment migration script renames provider.acquirer to + # payment.provider. Assume that that script has already been run. + + # The provider (Selection) field no longer exists. The same information is + # now in custom_mode. + openupgrade.logged_query( + env.cr, + """ + UPDATE payment_provider + SET code = 'custom', custom_mode = 'wire_transfer' + WHERE provider = 'transfer' + """, + ) diff --git a/openupgrade_scripts/scripts/payment_custom/16.0.2.0/upgrade_analysis_work.txt b/openupgrade_scripts/scripts/payment_custom/16.0.2.0/upgrade_analysis_work.txt new file mode 100644 index 000000000000..039120f0840b --- /dev/null +++ b/openupgrade_scripts/scripts/payment_custom/16.0.2.0/upgrade_analysis_work.txt @@ -0,0 +1,27 @@ +# A global note: This module was renamed from payment_transfer. + +---Models in module 'payment_custom'--- +---Fields in module 'payment_custom'--- +payment_custom / payment.provider / code (False) : NEW selection_keys: ['adyen', 'alipay', 'aps', 'asiapay', 'authorize', 'buckaroo', 'custom', 'none'], mode: modify +# DONE: post-migration: moved from payment.acquirer 'provider' field. + +payment_custom / payment.provider / custom_mode (selection) : NEW selection_keys: ['wire_transfer'] +# DONE: post-migration: moved from payment.acquirer 'provider' field. + +payment_custom / payment.provider / qr_code (boolean) : NEW +# NOTHING TO DO: Model is renamed in payment migration. Field name is identical. + +---XML records in module 'payment_custom'--- +NEW ir.model.constraint: payment_custom.constraint_payment_provider_custom_providers_setup +# NOTHING TO DO: New. + +NEW ir.ui.view: payment_custom.custom_transaction_status +# NOTHING TO DO: Renamed from payment_transfer.transfer_transaction_status +# with minimal changes. + +NEW ir.ui.view: payment_custom.payment_provider_form +# NOTHING TO DO: Renamed from payment_transfer.payment_acquirer_form with +# minimal changes. + +NEW ir.ui.view: payment_custom.redirect_form +# NOTHING TO DO: Renamed from payment_transfer with no changes. From fca342b539d8c2fbf106afeac4ac4dc596ee8598 Mon Sep 17 00:00:00 2001 From: Tran Truong Son Date: Mon, 3 Jul 2023 17:04:57 +0700 Subject: [PATCH 10/75] [OA-ADD] membership: Nothing to do --- docsource/modules150-160.rst | 2 +- .../scripts/membership/16.0.1.0/upgrade_analysis_work.txt | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 openupgrade_scripts/scripts/membership/16.0.1.0/upgrade_analysis_work.txt diff --git a/docsource/modules150-160.rst b/docsource/modules150-160.rst index fda31202654f..561a7d2dfb00 100644 --- a/docsource/modules150-160.rst +++ b/docsource/modules150-160.rst @@ -496,7 +496,7 @@ Module coverage 15.0 -> 16.0 +-------------------------------------------------+----------------------+-------------------------------------------------+ | |new| mass_mailing_themes | | | +-------------------------------------------------+----------------------+-------------------------------------------------+ -| membership | |No DB layout changes. | +| membership |Nothing to do |No DB layout changes. | +-------------------------------------------------+----------------------+-------------------------------------------------+ | microsoft_account | |No DB layout changes. | +-------------------------------------------------+----------------------+-------------------------------------------------+ diff --git a/openupgrade_scripts/scripts/membership/16.0.1.0/upgrade_analysis_work.txt b/openupgrade_scripts/scripts/membership/16.0.1.0/upgrade_analysis_work.txt new file mode 100644 index 000000000000..50fa30b369cf --- /dev/null +++ b/openupgrade_scripts/scripts/membership/16.0.1.0/upgrade_analysis_work.txt @@ -0,0 +1,4 @@ +---Models in module 'membership'--- +---Fields in module 'membership'--- +---XML records in module 'membership'--- +---nothing has changed in this module-- From 133da19b77efac86cdf57f37f72f8b679dd0601f Mon Sep 17 00:00:00 2001 From: Sylvain LE GAL Date: Fri, 1 Sep 2023 22:15:16 +0200 Subject: [PATCH 11/75] [FIX] pre-commit : end-of-file-fixer --- .../scripts/crm/16.0.1.8/upgrade_analysis_work.txt | 2 +- .../scripts/mail/16.0.1.10/upgrade_analysis_work.txt | 2 +- .../scripts/portal/16.0.1.0/upgrade_analysis_work.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/openupgrade_scripts/scripts/crm/16.0.1.8/upgrade_analysis_work.txt b/openupgrade_scripts/scripts/crm/16.0.1.8/upgrade_analysis_work.txt index 98c6b9c9296b..e1fad6d3504a 100644 --- a/openupgrade_scripts/scripts/crm/16.0.1.8/upgrade_analysis_work.txt +++ b/openupgrade_scripts/scripts/crm/16.0.1.8/upgrade_analysis_work.txt @@ -16,4 +16,4 @@ crm / res.partner / team_id (False) : NEW mo ---XML records in module 'crm'--- NEW ir.ui.view: crm.crm_lead_merge_summary NEW ir.ui.view: crm.crm_lead_view_tree_reporting -# NOTHING TO DO \ No newline at end of file +# NOTHING TO DO diff --git a/openupgrade_scripts/scripts/mail/16.0.1.10/upgrade_analysis_work.txt b/openupgrade_scripts/scripts/mail/16.0.1.10/upgrade_analysis_work.txt index a8a9f81ccc40..462bf40c35a8 100644 --- a/openupgrade_scripts/scripts/mail/16.0.1.10/upgrade_analysis_work.txt +++ b/openupgrade_scripts/scripts/mail/16.0.1.10/upgrade_analysis_work.txt @@ -218,4 +218,4 @@ DEL ir.ui.view: mail.message_notification_email NEW mail.channel.member: mail.channel_member_general_channel_for_admin (noupdate) DEL mail.channel.partner: mail.channel_partner_general_channel_for_admin (noupdate) -# DONE (pre-migration): rename xmlid \ No newline at end of file +# DONE (pre-migration): rename xmlid diff --git a/openupgrade_scripts/scripts/portal/16.0.1.0/upgrade_analysis_work.txt b/openupgrade_scripts/scripts/portal/16.0.1.0/upgrade_analysis_work.txt index 8240d0966609..ac774a6799ad 100644 --- a/openupgrade_scripts/scripts/portal/16.0.1.0/upgrade_analysis_work.txt +++ b/openupgrade_scripts/scripts/portal/16.0.1.0/upgrade_analysis_work.txt @@ -7,4 +7,4 @@ portal / loyalty.card / website_message_ids (one2many): NEW re NEW ir.ui.view: portal.portal_my_details_fields # NOTHING TO DO -# Done (post-migration): load data from noupdate_changes.xml \ No newline at end of file +# Done (post-migration): load data from noupdate_changes.xml From 7e0ce96a7ae46468f5463cb23da0c7efa4a52b83 Mon Sep 17 00:00:00 2001 From: pilarvargas-tecnativa Date: Thu, 31 Aug 2023 14:48:38 +0200 Subject: [PATCH 12/75] [IMP] apriori: website_sale_require_login to website_sale TT44386 --- openupgrade_scripts/apriori.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openupgrade_scripts/apriori.py b/openupgrade_scripts/apriori.py index 018273ef4a94..21b80e006493 100644 --- a/openupgrade_scripts/apriori.py +++ b/openupgrade_scripts/apriori.py @@ -55,6 +55,8 @@ "account_move_force_removal": "account", # OCA/account-invoice-reporting "account_invoice_report_due_list": "account", + # OCA/e-commerce + "website_sale_require_login": "website_sale", # OCA/purchase-workflow "product_form_purchase_link": "purchase", } From 9911bba7f2a6cb8d410879135db578b4e8ea831f Mon Sep 17 00:00:00 2001 From: pilarvargas-tecnativa Date: Thu, 31 Aug 2023 16:09:40 +0200 Subject: [PATCH 13/75] [OU-ADD] base: script to make login/registration mandatory at checkout TT44386 --- .../scripts/base/16.0.1.3/pre-migration.py | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/openupgrade_scripts/scripts/base/16.0.1.3/pre-migration.py b/openupgrade_scripts/scripts/base/16.0.1.3/pre-migration.py index 6ddddff6c510..2559e04ec36a 100644 --- a/openupgrade_scripts/scripts/base/16.0.1.3/pre-migration.py +++ b/openupgrade_scripts/scripts/base/16.0.1.3/pre-migration.py @@ -13,6 +13,32 @@ _logger = logging.getLogger(__name__) +def login_or_registration_required_at_checkout(cr): + """website_sale_require_login merged into website_sale. Check if the + website_sale_require_login module was installed in v15 to set the + website.account_on_checkout field as mandatory so that the functionality + remains the same, login/registration required for checkout.""" + # Check if the module is installed and its status is "installed". + module_name = "website_sale_require_login" + if openupgrade.is_module_installed(cr, module_name): + # Add the field 'account_on_checkout' to the 'website' table if it doesn't exist yet. + openupgrade.logged_query( + cr, + """ + ALTER TABLE website + ADD COLUMN IF NOT EXISTS account_on_checkout + """, + ) + # Set the value 'mandatory' in the field for all records in the table 'website'. + openupgrade.logged_query( + cr, + """ + UPDATE website + SET account_on_checkout = 'mandatory' + """, + ) + + def update_translatable_fields(cr): # map of nonstandard table names model2table = { @@ -102,6 +128,7 @@ def migrate(cr, version): "recommended to run the Odoo with --load=openupgrade_framework " "when migrating your database." ) + login_or_registration_required_at_checkout(cr) openupgrade.update_module_names(cr, renamed_modules.items()) openupgrade.update_module_names(cr, merged_modules.items(), merge_modules=True) # restricting inherited views to groups isn't allowed any more From 8208b56e20f5574617c0e3135ec6de7118aa6223 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Sun, 3 Sep 2023 14:48:10 +0000 Subject: [PATCH 14/75] [UPD] README.rst --- openupgrade_framework/README.rst | 12 ++- .../static/description/index.html | 78 ++++++++++--------- openupgrade_scripts/README.rst | 12 ++- .../static/description/index.html | 38 ++++----- 4 files changed, 78 insertions(+), 62 deletions(-) diff --git a/openupgrade_framework/README.rst b/openupgrade_framework/README.rst index 38c317078c43..0256940aff83 100644 --- a/openupgrade_framework/README.rst +++ b/openupgrade_framework/README.rst @@ -2,10 +2,13 @@ Openupgrade Framework ===================== -.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:06d77ecf97625ec075fa31dde7f8f41bcf849fa13af0598f8c1de397348f2dfd + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png :target: https://odoo-community.org/page/development-status @@ -19,8 +22,11 @@ Openupgrade Framework .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png :target: https://translation.odoo-community.org/projects/OpenUpgrade-16-0/OpenUpgrade-16-0-openupgrade_framework :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png + :target: https://runboat.odoo-community.org/builds?repo=OCA/OpenUpgrade&target_branch=16.0 + :alt: Try me on Runboat -|badge1| |badge2| |badge3| |badge4| +|badge1| |badge2| |badge3| |badge4| |badge5| This module is a technical module that contains a number of monkeypatches to improve the behaviour of Odoo when migrating your database using the @@ -141,7 +147,7 @@ Bug Tracker Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. -If you spotted it first, help us smashing it by providing a detailed and welcomed +If you spotted it first, help us to smash it by providing a detailed and welcomed `feedback `_. Do not contact contributors directly about support or help with technical issues. diff --git a/openupgrade_framework/static/description/index.html b/openupgrade_framework/static/description/index.html index 8df0ab77a21e..8ca9a604df60 100644 --- a/openupgrade_framework/static/description/index.html +++ b/openupgrade_framework/static/description/index.html @@ -1,20 +1,20 @@ - + - + Openupgrade Framework