Tuesday, March 25, 2025
2 changes · saas-18.1
Resolved issues and error corrections
Point of Sale receipts now avoid showing the same lot number more than once when order data is synced from the checkout interface. This keeps customer receipts clearer and more accurate for products tracked by lot or serial number.
Original PR description
- Filter pack_lot_ids to exclude non-numeric IDs when syncing data from the UI, ensuring lot numbers are not duplicated on the receipt. task-id: 4633355 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The ticket screen now shows order times in the user's local time zone instead of UTC. This reduces confusion for stores and staff operating outside UTC and makes ticket information easier to interpret consistently.
Original PR description
Before this commit: ========== - The order time was displayed in UTC on the ticket screen, which could confuse users in different time zones. After this commit: ========== - The order time will be displayed in the user's local timezone for better clarity and consistency. task-4661637