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¶
- Download the
cw_taxcore_bridgeaddon (.zip) or add it from Odoo Apps. - Install it on your database and open Settings → Tax-Bridge.
- 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.