Skip to content

Odoo integration

A lightweight Odoo module (cw_taxcore_bridge) forwards POS orders and customer invoices to Tax-Bridge. Certificates stay in the Bridge vault — Odoo holds only an API key.

Install

  1. Download the cw_taxcore_bridge addon (.zip) or add it from Odoo Apps.
  2. Install it on your database and open Settings → Tax-Bridge.
  3. Paste your Bridge API key and select the shop.

Behaviour

  • At payment, the POS order is posted to POST /v1/fiscalize.
  • An interim non-fiscal slip prints immediately; the fiscal receipt (journal + QR) is auto-reprinted the moment the SDC responds.
  • Refunds and copies map to the correct transaction/invoice types.
  • Offline: orders queue locally and are forwarded on reconnect; the idempotent request id guarantees each is fiscalized exactly once.

Coexists with the direct module

This is a separate, Bridge-connected addon. Your existing direct Odoo fiscalization module is unaffected.