Monday, March 24, 2025
2 changes · saas-18.1
Resolved issues and error corrections
Order dates and times in Point of Sale sessions now display using the user's configured time zone instead of GMT/UTC. This prevents confusion for staff reviewing orders and makes session records easier to interpret accurately.
Original PR description
The date and time displayed in the order section of a POS session were always shown in GMT, ignoring the user's time zone.  opw-4416447 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Point of Sale receipts now use the available company name when building the receipt header. This prevents the company name from being missing or causing issues after a recent receipt data change, helping customers receive correctly branded receipts.
Original PR description
Issue: order.company.partner_id[1] is undefined during the change to use `order` object as props component. in this PR: #189446 Purpose of this PR: use order.company.name if it exists to include into the receipt header. opw-4654437 I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr