Plugins
Odoo POS Plugin
Install and configure the Linkit bridge module for Odoo Point of Sale.
Odoo POS Linkit Bridge
Native Odoo addon for POS-specific inventory, order, and customer synchronization.
Download
Download odoo-pos-linkit-module.zip
Requirements
- Odoo 16.0+ (Community or Enterprise)
- Modules:
base,point_of_sale,stock,product
Installation
- Extract the ZIP to your Odoo addons directory
- Restart the Odoo service
- Go to Apps → search for Linkit POS Bridge → click Install
Configuration
Navigate to Settings → General Settings → Linkit POS and enter your POS plugin API key.
The key is stored in ir.config_parameter as linkit.pos_plugin_key.
Endpoints
| Endpoint | Method | Description |
|---|---|---|
/linkit/pos/health | GET | Health check |
/linkit/pos/inventory | POST | POS inventory sync (stock.quant by location) |
/linkit/pos/orders | GET | POS order feed (pos.order with sessions) |
/linkit/pos/customers | POST | Customer upsert (res.partner) |
All endpoints require X-Linkit-Plugin-Key header.
Differences from Odoo Bridge
| Aspect | Odoo Bridge | Odoo POS Bridge |
|---|---|---|
| Orders | sale.order (web/backend) | pos.order (POS terminal) |
| Inventory | Product-level quantities | Location-aware stock.quant |
| Offers | loyalty.program | POS pricelists |
| Sessions | N/A | Tracks pos.session data |