From dc4796774f8107966e834a1872f9d488892e066e Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Sat, 25 Mar 2023 12:21:53 +0100 Subject: [PATCH] [OU-ADD] account_move_force_removal: Merged into account The module was basically just bypassing the check made in method _unlink_forbid_parts_of_chain() that was ensuring that the sequence number was the last element of a chain of sequence. In V16 that method was removed, see odoo/odoo@6112f4f. --- openupgrade_scripts/apriori.py | 1 + 1 file changed, 1 insertion(+) diff --git a/openupgrade_scripts/apriori.py b/openupgrade_scripts/apriori.py index 78ad6d2f1b06..9d2e4dd92fbd 100644 --- a/openupgrade_scripts/apriori.py +++ b/openupgrade_scripts/apriori.py @@ -47,6 +47,7 @@ "website_sale_gift_card": "website_sale_loyalty", # OCA/account-financial-tools "account_balance_line": "account", + "account_move_force_removal": "account", # OCA/... }