Friday, June 13, 2025
2 changes · saas-18.3
Resolved issues and error corrections
The POS booking tab now uses a date format that works correctly when the user's language is Arabic. This prevents an error from blocking staff from opening bookings in POS, improving reliability for multilingual shops.
Original PR description
Currently, when the user language is arabic and we try to select the booking tab inside pos, a traceback appears. Steps to reproduce: ------------------- * Make sure shop has activate the booking feature * Set appointment type to "Table" * Set user language to arabic * Open pos session * Open the booking tab > Traceback: ... invalid isoformat string Why the fix: ------------ `.toFormat` was responsible for the "translation" of the date to arabic. opw-4817845
This fix prevents the Shop Floor screen from failing when by-product moves are shown or when users close the Edit Operators window. Manufacturing teams can continue their shop floor work without being blocked by these errors.
Original PR description
Community PR: odoo/odoo#212157