Linkit
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

  1. Extract the ZIP to your Odoo addons directory
  2. Restart the Odoo service
  3. 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

EndpointMethodDescription
/linkit/healthGETHealth check and connection test
/linkit/inventoryPOSTInventory sync (product.product)
/linkit/ordersGETOrder feed (sale.order)
/linkit/offersPOSTOffer/coupon management (loyalty.program)
/linkit/customersPOSTCustomer upsert (res.partner)

All endpoints require X-Linkit-Plugin-Key header matching the configured key.

Data Models

  • Inventory: Reads from product.product with stock quantities from stock.quant
  • Orders: Queries sale.order with line items from sale.order.line
  • Offers: Creates/updates loyalty.program records (Odoo 16+) or sale.coupon.program (older)
  • Customers: Creates/updates res.partner records