Linkit
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

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

EndpointMethodDescription
/linkit/pos/healthGETHealth check
/linkit/pos/inventoryPOSTPOS inventory sync (stock.quant by location)
/linkit/pos/ordersGETPOS order feed (pos.order with sessions)
/linkit/pos/customersPOSTCustomer upsert (res.partner)

All endpoints require X-Linkit-Plugin-Key header.

Differences from Odoo Bridge

AspectOdoo BridgeOdoo POS Bridge
Orderssale.order (web/backend)pos.order (POS terminal)
InventoryProduct-level quantitiesLocation-aware stock.quant
Offersloyalty.programPOS pricelists
SessionsN/ATracks pos.session data