Plugins
Odoo Plugin
Install and configure the Linkit bridge module for Odoo (Sales/Inventory).
Odoo Linkit Bridge
Native Odoo addon for inventory, orders, offers, and customer synchronization.
Download
Download odoo-linkit-module.zip
Requirements
- Odoo 16.0+ (Community or Enterprise)
- Modules:
base,sale,stock,product
Installation
- Extract the ZIP to your Odoo addons directory
- Restart the Odoo service
- Go to Apps → search for Linkit Bridge → click Install
Configuration
Navigate to Settings → General Settings → Linkit and enter your plugin API key.
The key is stored securely in ir.config_parameter as linkit.erp_plugin_key.
Endpoints
| Endpoint | Method | Description |
|---|---|---|
/linkit/health | GET | Health check and connection test |
/linkit/inventory | POST | Inventory sync (product.product) |
/linkit/orders | GET | Order feed (sale.order) |
/linkit/offers | POST | Offer/coupon management (loyalty.program) |
/linkit/customers | POST | Customer upsert (res.partner) |
All endpoints require X-Linkit-Plugin-Key header matching the configured key.
Data Models
- Inventory: Reads from
product.productwith stock quantities fromstock.quant - Orders: Queries
sale.orderwith line items fromsale.order.line - Offers: Creates/updates
loyalty.programrecords (Odoo 16+) orsale.coupon.program(older) - Customers: Creates/updates
res.partnerrecords