Thursday, October 12, 2023
2 changes
New functionality added to Odoo
Kiosk orders are now automatically sent to the preparation display once completed, helping kitchen staff see and prepare them without extra steps. The display also shows each order's tracking number and whether it is for takeaway or eat-in, improving clarity for fulfillment.
Original PR description
pos*: pos_order_tracking_display, pos_preparation_display, (new) pos_self_order_preparation_display This module is a bridge module between the preparation display and the kiosk mode. It sends the order to the preparation display when the order is done. It also adds the tracking number of the order on the up-right corner of the order-card and an indication if this order is to take away or to eat in. task-id: 3495477 Community PR: odoo/odoo#134980
Users can now ask the PDF splitter to automatically separate a combined invoice document using OCR results. This reduces manual work by creating the resulting documents and prefilled invoices from the detected content, with user notifications for successful requests or missing OCR credits.
Original PR description
[ADD] account_invoice_extract_documents: auto-split document based on OCR results Integrate the documents split functionality in the client side. Add a button in PDF splitter that creates an OCR request to auto-split a document invoice creating documents and prefilled invoices with the results of the OCR. [https://www.odoo.com/web#id=3377433&cids=1&menu_id=4720&action=333&active_id=2068&model=project.task&view_type=form]