Thursday, January 16, 2025
1 change · 17.0
Features or functions removed from Odoo
The Peppol registration migration button has been removed because it often led users into unsupported transfer flows that required manual support. Users will now be steered away from problematic SMP migration requests and receive a warning if the old migration action is triggered.
Original PR description
Peppol migration creates more issues than it solves. A lot of users issue migration requests to move to another SMP but later discover that the SMP they wanted to migrate to does not support migration keys. This creates a state that we need to handle manually. Most SMP do not support migrating away and force users to deregister and reregister again on another one. This commit adds a fix in stable for that issue by removing the button from the res_config_settings_buttons and adding a deprecated warning when the user tries to call the `button_migrate_peppol_registration` method. task-4394408