Daily updates from Odoo
Monday, November 25, 2019
1 change
Features or functions removed from Odoo
Cancelling a sales order in Odoo will no longer send a cancellation request to Amazon. This prevents accidental Amazon order cancellations during routine Odoo cleanup or resynchronization, while cancellations made on Amazon can still be reflected back in Odoo.
Original PR description
As of this commit, the cancellation of a sales order in Odoo no longer sends a cancellation notification to Amazon. It remains possible to synchronize the cancellation of an order from Amazon in Odoo.
The incentive is that synchronizing order cancellations from Odoo is:
* confusing: Apart from pickings, no data is ever sent to Amazon so users don't expect any action to take place after hitting 'cancel' on a sales order.
* dangerous: Cancelling a sales order is a required step to delete it, which may happen if a user wants to synchronize it again. If the related cron happens to run between the two steps, a cancellation notification will be sent to Amazon even if it wasn't intended.
task-2081442