Thursday, April 11, 2024
2 changes · saas-17.2
Resolved issues and error corrections
Fixes broken replenishment and orderpoint links so users are taken to the intended page instead of reopening the current one. It also restores notifications for inter-warehouse replenishment, helping teams notice and act on stock movements between warehouses.
Original PR description
After the changes in the url introduced by https://github.com/odoo/odoo/pull/142007, the previous links set in the orderpoints / replenishments were no longer working. Clicking the link would open a new tab leading to the same page as the one that triggered the notification, making the link useless. This is due to not having any path in the link. While old path are still valid, they now require `/web` as path to properly work. Also fixes an issue with the replenishment notification not popping up when doing an inter-warehouse replenishment. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fix prevents the Point of Sale screen from going blank when validating orders using the India localization. It corrects an import issue so cashiers can complete sales normally without disruption.
Original PR description
Prior to this commit, validating an order in the PoS would result in a blank screen. This issue was caused by an incorrect function import. opw-3853411 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr