From a48c122684cbe177c9eb647419c52faafcbf8a6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20-=20Le=20Filament?= <30716308+remi-filament@users.noreply.github.com> Date: Thu, 8 Aug 2024 09:07:42 +0200 Subject: [PATCH] [OU-FIX] account: website_legal_page do not merge module in account --- openupgrade_scripts/scripts/account/15.0.1.2/post-migration.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/openupgrade_scripts/scripts/account/15.0.1.2/post-migration.py b/openupgrade_scripts/scripts/account/15.0.1.2/post-migration.py index 5d889f44bc1d..db7603d1f62e 100644 --- a/openupgrade_scripts/scripts/account/15.0.1.2/post-migration.py +++ b/openupgrade_scripts/scripts/account/15.0.1.2/post-migration.py @@ -45,9 +45,6 @@ def _handle_website_legal_page(env): the information added in the page created by 'website_legal_page' has to be transferred to the invoice_terms_html field of the company. """ - openupgrade.update_module_names( - env.cr, [("website_legal_page", "account")], merge_modules=True - ) for company in env["res.company"].with_context(active_test=False).search([]): openupgrade.logged_query( env.cr,