Daily updates from Odoo
Friday, August 16, 2024
2 changes · master
Resolved issues and error corrections
When an online food delivery order is edited and then accepted, its status now refreshes correctly instead of briefly showing outdated information. This helps staff see the current order state immediately and reduces confusion during order handling.
Original PR description
Steps to reproduce: ==== - Place an online food delivery order. - Edit the order. - Now accept the order - Order status will not get updated immediately. Issue: ==== - Order were synced again during accept order so old status was taken into consideration. Fix: ==== - Order is been fetched again with updated status.
Fixes an issue where users could receive an access error when requesting an OTP for Indian GST authentication from the configuration screen. The request now includes the GSTIN, allowing the authentication flow to proceed correctly for affected businesses.
Original PR description
- Before this commit: An Access error is raised while clicking on send OTP for Indian GST on Configuration. - After this commit: That error is fixed by providing GSTIN in the parameter while requesting OTP. issue produced in : https://github.com/odoo/enterprise/commit/61e5101081c87082de4b6d938fbe7ccdb329e7b6