Monday, May 9, 2022
1 change · master
Resolved issues and error corrections
Automated Amazon sales and subscription cancellation flows now bypass the manual cancellation wizard. This prevents background processes from being interrupted by a user-facing prompt and helps cancellations complete reliably.
Original PR description
`action_cancel` opens the cancellation wizard, but we don't want to open it in an automated flow. So we need to use `_action_cancel` instead. task-2660895 See also: - https://github.com/odoo/odoo/pull/81569