Daily updates from Odoo
Saturday, September 14, 2024
1 change · master
Resolved issues and error corrections
The point of sale UrbanPiper integration now avoids unnecessary order synchronization attempts that could create duplicate orders. This reduces crashes when staff accept or mark UrbanPiper orders as ready, making online order handling more reliable.
Original PR description
The excessive calls on syncAllOrders result to order duplicates in the pos app. And because of duplicates, the app crashes when "accepting" or "marking as ready" an urban piper order. The removal of those extra calls results to a more reliable use of the urban piper features. Community: https://github.com/odoo/odoo/pull/179778