TIP: You can type at any time to perform a new search.
Screen Driver
hw_screen · odoo/odoo
- Repository
- odoo/odoo · module folder
- Module version
- 1.0
- Category
- Hardware Drivers
- Folder size
- 0.01 MB
- License
- LGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://www.odoo.com/page/point-of-sale
- Last tracking update
- 2026-08-07 05:03:20
- Authors
- Maintainers
- None
- Committers
- Olivier Dony, Christophe Simonis, GitHub
- Odoo dependencies
-
odoo/odoo:- hw_proxy
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
Screen Driver ============= This module allows the POS client to send rendered HTML to a remotely installed screen. This module then displays this HTML using a web browser.
Code Analysis ⓘ
Views touched (0)
No views found for this module.
HTTP endpoints (6)
| Route(s) | Handler | Auth | Type | Methods | Flags |
|---|---|---|---|---|---|
/hw_proxy/display_refresh |
HardwareScreen.display_refresh |
none | json | ALL | |
/point_of_sale/get_serialized_order |
HardwareScreen.get_serialized_order |
none | json | ALL | |
/point_of_sale/display |
HardwareScreen.render_main_display |
none | http | ALL | |
/hw_proxy/take_control |
HardwareScreen.take_control |
none | json | ALL | |
/hw_proxy/test_ownership |
HardwareScreen.test_ownership |
none | json | ALL | |
/hw_proxy/customer_facing_display |
HardwareScreen.update_user_facing_display |
none | json | ALL |
Models touched (0)
No models found for this module.
Loading…
Loading…
Loading…