Ridhira POS Kitchen Print Direct
by Ridhira Technologies https://ridhira.desigoogly.com , Pune https://ridhira.desigoogly.com , India https://ridhira.desigoogly.com
Odoo
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Point of Sale (point_of_sale)
• Discuss (mail) • Inventory (stock) • Invoicing (account) |
| Lines of code | 302 |
| Technical Name |
ridhira_pos_kitchen_print_direct |
| License | LGPL-3 |
| Website | https://ridhira.desigoogly.com |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Point of Sale (point_of_sale)
• Discuss (mail) • Inventory (stock) • Invoicing (account) |
| Lines of code | 302 |
| Technical Name |
ridhira_pos_kitchen_print_direct |
| License | LGPL-3 |
| Website | https://ridhira.desigoogly.com |
Ridhira POS Print Proxy
Module that allows to use any printer with POS
Installation Steps
Installation Guide
Installation & Configuration Guide
Ridhira POS Kitchen Print Direct
This guide outlines the steps to install the module in Odoo and configure the external Python print proxy for direct kitchen printing.
I. Module Deployment and Installation
A. Odoo Module Placement
The module folder (ridhira_pos_kitchen_print_direct) must be placed in your Odoo custom addons directory.
- Locate Addons Path: Identify your
custom_addonsorextra-addonsdirectory. - Place Module: Copy the entire module folder into this directory.
Required Structure:
.../custom_addons/ridhira_pos_kitchen_print_direct/__manifest__.py
.../custom_addons/ridhira_pos_kitchen_print_direct/__manifest__.py
B. Configuration & Installation
â ï¸ Critical Configuration Step
Before installing, you must edit the JavaScript file to point to your printer's IP.
File:
Action: Change
Before installing, you must edit the JavaScript file to point to your printer's IP.
File:
ridhira_pos_kitchen_print_direct/static/src/js/pos_print_override.jsAction: Change
PROXY_URL to your printer's IP and Port should be 9100.
Once configured:
- Log in to Odoo as Administrator.
- Activate Developer Mode (Settings > General Settings).
- Go to Apps and click Update Apps List.
- Search for Ridhira POS Kitchen Print Direct and click Install.
II. Configure the External Print Proxy
The external Python proxy must run on a machine (POS device or PC) that has network access to the printer.
1. Install Dependencies
Run the following command to install Flask, Pillow, CORS, and ESC/POS libraries:
python -m pip install Flask Pillow Flask-CORS python-escpos
2. Start the Proxy
python3 proxy/app.py
3. Verify Connection
- Detect Printers: Navigate to http://127.0.0.1:9100/detect
- Test Print: Navigate to http://127.0.0.1:9100
4. Configure Odoo POS Settings
- Navigate to Point of Sale > Configuration > Settings.
- Scroll to Preparation Printers and enable the checkbox.
- Click the Printers link and Create a new printer.
- Printer Type: Select "Use a printer connected to the IoT Box".
- Proxy IP Address: Enter the IP address configured in Step I-B.
- Click Save.
III. Testing & Troubleshooting
- Open Session: Launch a new POS session.
- Order: Process an order with products marked as "Send to Kitchen".
- Verify: The receipt should print directly via the configured hardware.
Troubleshooting: If the print job fails, check the console/terminal window where
app.py is running. It will display specific connection errors or status messages.
Please log in to comment on this module
How To Use
Please help me
hhow to use the program
How To Use
Please message us on whatsapp or telegram link given at our website - https://ridhira.desigoogly.com/ , we will help you get it installed and working, we are in IST time zone..
Ridhira POS Kitchen Print Direct: Installation and Usage Guide
This guide provides steps for end-users to install the module in Odoo and configure the external Python print proxy.
📦 I. Module Deployment and Installation
This module consists of two parts: the Odoo module files and the external Python proxy service.
A. Odoo Module Placement
The module files (the folder named ridhira_pos_kitchen_print_direct) must be placed in a directory that Odoo is configured to scan for modules.
Locate Odoo Addons Path: Identify the directory where your Odoo instance looks for custom modules. This is usually named custom_addons, extra-addons, or similar.
Typical Path: path/to/odoo/server/custom_addons/
Place Module Folder: Place the entire module folder (the one containing __manifest__.py and __init__.py) into this custom_addons directory.
Resulting Structure:
custom_addons/ └── ridhira_pos_kitchen_print_direct/ ├── __manifest__.py └── ... (other module files)B. Odoo Installation
Change PROXY_URL in file ridhira_pos_kitchen_print_direct/static/src/js/pos_print_override.js to the ip and port as 9100 where your printer is connected
Log In to Odoo: Log in as an administrator.
Activate Developer Mode: If not already active, enable Developer Mode (found under your username > Settings).
Update App List: Navigate to the Apps module and click Update Apps List.
Install Module: Search for Ridhira POS Kitchen Print Direct and click Install.
⚙️ II. Configure the External Print Proxy
Your external Python proxy (ridhira_pos_kitchen_print_direct/proxy/app.py) must be running and accessible by the Odoo server, this has to be running on the machine that is connected to the printer, it can be POS device or any other machine that has direct access to the printer.
Run the following command to install all necessary libraries for web handling (Flask, CORS), image processing (Pillow), and ESC/POS printing:
Run the command python3 proxy/app.py to start the proxy app
Navigate to http://127.0.0.1:9100/detect to see the list of printers detected on the machine
Navigate to http://127.0.0.1:9100 to do the test print
Steps to modify Odoo settings for preparation printers:
Set Proxy Address: In Odoo, navigate to the Point of Sale application.
Go to Configuration > Settings > Preparation Printers.
Enable Preparation Printers check box
Click Printers link and add a new printer with type as Use a printer connected to the IoT Box, give the IP address in Proxy IP Address
Click Save.
🧑🍳 IV. Testing the Printing
Open POS Session: Open a new Point of Sale session and allow it to fully load.
Create and Validate: Ring up an order that requires a kitchen receipt (products marked as "Send to kitchen").
Verify Print: The kitchen print job should be sent directly to the configured hardware without relying on the standard IoT box.
Troubleshooting: If the job fails, check the console or log file for the running Python app.py proxy for specific connection or error messages.