Daily updates from Odoo
Friday, August 16, 2024
4 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.
This fixes an issue in the Philippine SLSP report where monthly lines displayed blank columns instead of the relevant report option information. Businesses using this report should now see more complete and accurate monthly report details.
Original PR description
Month lines were using empty columns when they should have been using columns with the options information.
Fixed a configuration issue in the accounting lock date wizard so a warning setting is treated as a simple yes/no value. This helps the wizard behave more reliably when showing draft entry warnings.
Original PR description
The field `show_draft_entries_warning` has type `Text` but it should be a `Boolean`. This is fixed in this commit.
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