From ac7df72c86dd0e6067222a2e890af07306bb27dc Mon Sep 17 00:00:00 2001 From: Carlos Lopez Date: Tue, 21 Jul 2026 06:17:27 -0500 Subject: [PATCH] [OU-FIX] website_membership: removed from the merged_modules variable This module was removed from Odoo in https://github.com/odoo/odoo/pull/197228, but it has now been backported to OCA in https://github.com/OCA/vertical-association/pull/226. Therefore, it should be removed from the `merged_modules` variable. --- docsource/modules180-190.rst | 2 +- openupgrade_scripts/apriori.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docsource/modules180-190.rst b/docsource/modules180-190.rst index 1630e9b5e52..0e0a0d4a0de 100644 --- a/docsource/modules180-190.rst +++ b/docsource/modules180-190.rst @@ -1196,7 +1196,7 @@ Module coverage 18.0 -> 19.0 +---------------------------------------------------+----------------------+-------------------------------------------------+ | website_mass_mailing_sms | | | +---------------------------------------------------+----------------------+-------------------------------------------------+ -| |del| website_membership | | | +| |del| website_membership |Nothing to do |Moved to OCA/vertical-association | +---------------------------------------------------+----------------------+-------------------------------------------------+ | website_partner |Done | | +---------------------------------------------------+----------------------+-------------------------------------------------+ diff --git a/openupgrade_scripts/apriori.py b/openupgrade_scripts/apriori.py index 5d105bebbf1..734caea89db 100644 --- a/openupgrade_scripts/apriori.py +++ b/openupgrade_scripts/apriori.py @@ -42,7 +42,6 @@ "pos_epson_printer": "point_of_sale", "pos_self_order_epson_printer": "pos_self_order", "sale_async_emails": "sale", - "website_membership": "website_crm_partner_assign", "web_editor": "html_editor", # odoo/enterprise # OCA/account-invoicing