Hi,
By default, Odoo’s delivery carrier
system manages delivery orders through “delivery methods.” Each method
can integrate with a carrier API (like FedEx or DHL) to fetch tracking
numbers and status updates. For local delivery services that are handled
internally, Odoo treats them as manual operations — no tracking link or
live status is available unless you implement one.
To make it work for your business, you can create a custom local delivery tracking module. This can add a new field in the delivery order
(like “Tracking Number” or “Tracking URL”) and connect it to your
internal tracking system. For example, once your delivery dispatch
system generates a tracking code, it can be automatically synced to the
related delivery order in Odoo. Customers could then receive that code
or a clickable tracking link by WhatsApp, email, or SMS when the delivery is confirmed.
In short, since you use your own vans, you’ll need a custom module
or a small integration that links your internal tracking data with
Odoo’s delivery orders. Once configured, it can behave similarly to
carrier-based tracking but fully under your control, making it ideal for
local food deliveries in Accra.
Hope it helps
Thank you, Sandeep, for the swift answer but we do not use UPS, FedEx or DHL for deliveries. We have our own van to go around and deliver food to customers in Accra, Ghana. This is not international delivery. Therefore we can use the configuration indicated here.
We need to get our tracking number from our tracking system and eventually pass it on to Odoo (delivery order) or whatsapp so that they can track their food. I think that specific customization might be needed here,
Patrick
Thank you for the reply. In reding you, I think it comes down to our internal system creating a delivery code / URL (clickable) that we should attach to a delivery order or send thru whatsapp to the client. That URL should be clickable so that they can see the delivery van on a map (UBER-Like).
I do not think we need a custom module here unless there is a part I am missing. What would be the purpose of that module and the integration with the delivery. Would we see the van on the map too? May be that could be cool. Can we discuss further?