Skip to content

Commit

Permalink
[OU-ADD] account_move_force_removal: Merged into account
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
pedrobaeza committed Mar 25, 2023
1 parent 85fcad5 commit dc47967
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openupgrade_scripts/apriori.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/...
}

Expand Down

0 comments on commit dc47967

Please sign in to comment.