POS Preparation Display — Order Info
by Sadiq Abışov https://www.linkedin.com/in/sadiqabishov96/$ 25.00
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Restaurant (pos_restaurant)
• Point of Sale (point_of_sale) • Discuss (mail) • Inventory (stock) • Invoicing (account) |
| Lines of code | 109 |
| Technical Name |
pos_preparation_display_order_info |
| License | OPL-1 |
| Website | https://www.linkedin.com/in/sadiqabishov96/ |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Restaurant (pos_restaurant)
• Point of Sale (point_of_sale) • Discuss (mail) • Inventory (stock) • Invoicing (account) |
| Lines of code | 109 |
| Technical Name |
pos_preparation_display_order_info |
| License | OPL-1 |
| Website | https://www.linkedin.com/in/sadiqabishov96/ |
POS Preparation Display — Order Info
Show receipt number, table, date, session, cashier, customer and fiscal position on every order card in the kitchen screen — no extra clicks, no separate panel.
See It in Action
The info panel appears at the top of every order card on the kitchen display.
What Is Displayed
Each field is shown only when it has a value — no empty rows ever appear.
Receipt Number
POS reference of the order (e.g. POS/2025/00045).
Instantly link the kitchen card to the cashier screen.
Table
Floor name + table number (e.g. Main Hall, 5).
Built directly from floor and table data to avoid display errors.
Date & Time
When the order was placed, converted from UTC to the user’s
local timezone. Format: DD.MM.YYYY HH:MM.
Session
POS session name. Useful in multi-session or multi-shift environments to trace which shift placed the order.
Cashier
Employee or user who opened the order. Helps kitchen staff communicate directly with the right person at the counter.
Customer & Fiscal
Linked partner name and applied fiscal position, shown when available. Essential for B2B operations and invoice-required orders.
How It Works
Two-layer architecture — clean, non-invasive, upgrade-safe.
🐍 Backend (Python)
- Inherits
pos_preparation_display.order - Extends
_export_for_ui()to append extra fields to the JSON payload - UTC → local timezone conversion via
pytz - Table display built from
floor_id.name + table_number
🖥 Frontend (OWL)
- Patches the
Ordermodel to read the new fields - Extends the
OrderOWL template with an info panel - Each field renders only when it has a value
- Zero dependency on external libraries
Available Languages
en
Azərbaycan dili
Türkçe
Русский
Give Your Kitchen Full Order Context
Install in seconds. No configuration. No restart. Every order card tells its full story.
Developed by Sadiq Abışov · LinkedIn · sadiqabishov96@gmail.com
Licensed under OPL-1 · Odoo 18
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module