Branded public tracking page in Odoo where customers look up shipment/container status by reference number with a live, dated event timeline. Built to order by ECOSIRE for Odoo 17, 18, 19 — indicative price from $299.00 USD; request a quote for a scoped proposal.
Branded public tracking page in Odoo where customers look up shipment/container status by reference number with a live, dated event timeline.
Aucun paiement maintenant. Ceci envoie une demande de devis à notre équipe — nous vous recontacterons par e-mail avec les tarifs et les prochaines étapes.
Stop fielding "where's my container?" emails. This is a build-to-order Odoo module, engineered and installed by ECOSIRE, that gives your logistics business a branded, public self-service tracking portal running directly on your Odoo website — no third-party tracking SaaS, no separate login, no data leaving your ERP.
Public website tracking lookup page (QWeb + website controller) where anyone can search by shipment or container reference — no Odoo login required
Auto-generated, human-readable shipment reference numbers using ir.sequence, with an optional customer-friendly PIN check to gate access
Dated milestone/event timeline model (one2many tracking events) showing every status change with timestamp, location, and note
Container-level and carton-level detail: multiple containers per shipment, cartons/packages per container, with dimensions, weight, seal number and quantity
Computed current-status and ETA fields (@api.depends) that always reflect the latest event without manual re-entry
ETA and status-change notifications to customers via automated actions / server actions (email templates, optional SMS/WhatsApp hook)
A customer types a shipment or container reference into a public lookup page and instantly sees a clean, dated milestone timeline: booked, gate-in, loaded, vessel departed, in transit, arrived, customs cleared, out for delivery, delivered — with the current status, ETA, carrier, vessel/voyage, and container/carton-level detail. Every event is the same record your ops team already updates inside Odoo, so the customer view is always live and never out of sync.
Under the hood we build this the right Odoo way, not as a bolt-on hack. New models (models.Model) hold shipments, containers, cartons, and dated tracking events, with computed fields (@api.depends) rolling up the latest status and ETA. The public page is a QWeb/website controller rendering only whitelisted, non-sensitive fields — protected by record rules and ir.model.access.csv so a reference lookup can never expose pricing, other customers' data, or internal notes. Milestone changes fire automated actions / server actions that email or notify the customer, and the same shipment data is exposed over Odoo's XML-RPC / JSON-RPC API so your website, carrier EDI feeds, or a mobile app can read and update it.
Because it's native Odoo, it inherits your website theme and branding automatically, supports multi-company and multi-warehouse setups, and works on Odoo Community or Enterprise across versions 17, 18 and 19. ECOSIRE scopes it to your exact workflow, builds it, installs it on your server or Odoo.sh, trains your team, and supports it — typically delivered in 2 to 4 weeks. This is not an instant apps.odoo.com download; it's a made-to-fit module we build for your business.
Wants to give shippers a branded, always-on way to check container status themselves instead of answering status-request emails and calls all day — and wants that portal to live inside the Odoo they already run operations on.
Needs a single source of truth where the ops team updates a shipment once and both internal dashboards and the customer-facing timeline reflect it instantly, with ETA and exception notifications going out automatically.
Wants fewer 'where's my shipment?' tickets and a professional self-service experience with a shareable tracking link per shipment, so clients feel informed without extra manual work from the team.
Needs the tracking feature to be a clean, native module — proper models, record-rule security, and an XML-RPC/JSON-RPC API for feeds — rather than fragile customizations that break on the next Odoo upgrade.
Achetez la licence sur ecosire.com et téléchargez le module ZIP Container & Shipment Tracking Portal for Odoo depuis le tableau de bord de votre compte.
Extrayez le ZIP dans votre dossier de modules complémentaires personnalisés Odoo sur le serveur (ou téléchargez-le via Applications > Installer à partir du fichier sur Odoo.sh / runbot).
Activez le mode développeur, ouvrez les applications, cliquez sur Mettre à jour la liste des applications, recherchez Container & Shipment Tracking Portal for Odoo et appuyez sur Installer.
Ouvrez le nouveau menu, collez votre clé de licence ECOSIRE, connectez toutes les informations d'identification externes (Shopify, Amazon, Stripe, etc.) et enregistrez.
Exécutez le test de connexion intégré, synchronisez vos 10 premiers enregistrements et planifiez le cron récurrent. Contactez le support si quelque chose échoue.
| Critère | ÉCOSIRE | Construction personnalisée | Concurrent | Odoo natif |
|---|---|---|---|---|
| Public self-service tracking page by reference number | Inclus | Prise en charge partielle | Prise en charge partielle | |
| Container and carton-level detail on the timeline | Inclus | Prise en charge partielle | Prise en charge partielle | |
| Matches your exact milestone workflow and reference format | Inclus | Prise en charge partielle | Non inclus | |
| Security-reviewed public exposure (record rules + ir.model.access.csv, optional PIN) | Inclus | Prise en charge partielle | Prise en charge partielle | |
| Automated ETA / status-change customer notifications | Inclus | Prise en charge partielle | Prise en charge partielle | |
| XML-RPC / JSON-RPC API for carrier feeds & apps | Inclus | Prise en charge partielle | Prise en charge partielle | |
| Branded to your Odoo website theme automatically | Inclus | Prise en charge partielle | Prise en charge partielle | |
| Built, installed, trained, and supported for you | Inclus | Non inclus | Non inclus | |
| Upgrade-safe across Odoo 17 / 18 / 19 | Inclus | Prise en charge partielle | Prise en charge partielle |
No. This is a build-to-order module that ECOSIRE designs, builds, installs, and supports specifically for your business and your milestone workflow. You are not buying a pre-existing zip file — you are commissioning a made-to-fit Odoo module tailored to your carriers, reference-number format, notification rules, and branding.
Typical delivery is 2 to 4 weeks depending on scope. We start with a short discovery to lock down your milestone stages, reference format, and notification rules, then build the module, install it on your environment (your server, Odoo.sh, or ECOSIRE-managed hosting), migrate or seed any existing shipment data, run a training session, and hand over documentation. Timeline is confirmed after discovery before work begins.
Every build includes a post-launch support window (default 30 days) for bug fixes and small adjustments. Because the module is written the native Odoo way — clean models, record rules, and standard views — it is designed to survive Odoo upgrades. We also offer ongoing support and version-migration retainers (e.g., moving your module from Odoo 17 to 18 or 19) as a separate optional plan.
We build for Odoo 17, 18, and 19, on both Community and Enterprise. The public website tracking page works on Community — no Enterprise license is required for the core portal. We match the module to your exact version and edition so it installs cleanly on your instance.
Security is designed in, not bolted on. The public controller renders only a whitelisted set of non-sensitive fields, and access is enforced by Odoo record rules and ir.model.access.csv. A reference lookup can never expose pricing, internal notes, or another customer's shipment. We can additionally gate lookups with a per-shipment PIN so only someone with both the reference and the PIN can view a timeline.
Yes. The shipment and event data is exposed over Odoo's standard XML-RPC and JSON-RPC APIs, so your storefront, a mobile app, or carrier EDI/webhook feeds can push new tracking events and read live status. We scope the specific integrations you need during discovery; the tracking model itself is built to be fed programmatically as well as updated by hand.

A build-to-order Business Central AL extension that maps your 3PL warehouses into native sales and purchase flows — sending fulfillment orders, ingesting ASN and shipment confirmations, and reconciling on-hand quantities against each 3PL's stock balances.

A build-to-order ERPNext app that lets 3PL operators bill each client for storage, handling, and value-added services with strict multi-owner inventory segregation and automated periodic invoicing. ECOSIRE builds, installs, and supports it for your warehouse.

A custom-built, two-way integration between your Shopify store and your 3PL or WMS. ECOSIRE builds, installs, and supports it — pushing orders, syncing inventory, writing back tracking, and routing by warehouse automatically.
Branded public tracking page in Odoo where customers look up shipment/container status by reference number with a live, dated event timeline.