Monday, April 28, 2025
2 changes · 18.0
Enhancements to existing features
Kitchen order tickets in Point of Sale now include details from online orders, helping staff better identify and prepare those orders. The receipt rendering was also adjusted to handle changing order details more efficiently.
Original PR description
Following this commit : - getRenderedReceipt method is optimised to pass dynamic values. - o-employee-name class has been added for applying xpath. Enterprise PR: https://github.com/odoo/enterprise/pull/81559 task-4633156
Kitchen order tickets now show the delivery platform name, online delivery status, and preparation time for Urban Piper orders. This helps restaurant staff quickly identify online orders and prioritize preparation without checking separate systems.
Original PR description
Following this commit : - Aggregator name is displayed on KOT i.e Ubereats,Zomato etc. - Since it is an online order, instead of Dine In/ Take out , Delivery/Online should be displayed. - Preparation time is also displayed. Community PR: https://github.com/odoo/odoo/pull/202003 task-4633156