Ir al contenido
Odoo Menú
  • Identificarse
  • Pruébalo gratis
  • Aplicaciones
    Finanzas
    • Contabilidad
    • Facturación
    • Gastos
    • Hoja de cálculo (BI)
    • Documentos
    • Firma electrónica
    Ventas
    • CRM
    • Ventas
    • TPV para tiendas
    • TPV para restaurantes
    • Suscripciones
    • Alquiler
    Sitios web
    • Creador de sitios web
    • Comercio electrónico
    • Blog
    • Foro
    • Chat en directo
    • e-learning
    Cadena de suministro
    • Inventario
    • Fabricación
    • PLM
    • Compra
    • Mantenimiento
    • Calidad
    Recursos Humanos
    • Empleados
    • Reclutamiento
    • Ausencias
    • Evaluación
    • Referencias
    • Flota
    Marketing
    • Marketing social
    • Marketing por correo electrónico
    • Marketing por SMS
    • Eventos
    • Automatización de marketing
    • Encuestas
    Servicios
    • Proyecto
    • Partes de horas
    • Servicio de campo
    • Servicio de asistencia
    • Planificación
    • Citas
    Productividad
    • Conversaciones
    • Aprobaciones
    • IoT
    • VoIP
    • Conocimientos
    • WhatsApp
    Aplicaciones de terceros Studio de Odoo Plataforma de Odoo Cloud
  • Industrias
    Comercio al por menor
    • Librería
    • Tienda de ropa
    • Tienda de muebles
    • Tienda de ultramarinos
    • Ferretería
    • Juguetería
    Alimentación y hostelería
    • Bar y taberna
    • Restaurante
    • Comida rápida
    • Casa de huéspedes
    • Distribuidor de bebidas
    • Hotel
    Inmueble
    • Agencia inmobiliaria
    • Estudio de arquitectura
    • Construcción
    • Gestión inmobiliaria
    • Jardinería
    • Asociación de propietarios
    Consultoría
    • Empresa contable
    • Partner de Odoo
    • Agencia de marketing
    • Bufete de abogados
    • Adquisición de talentos
    • Auditorías y certificaciones
    Fabricación
    • Textil
    • Metal
    • Muebles
    • Alimentos
    • Brewery
    • Regalos de empresas
    Salud y bienestar
    • Club deportivo
    • Óptica
    • Gimnasio
    • Terapeutas
    • Farmacia
    • Peluquería
    Oficios
    • Handyman
    • Hardware y asistencia informática
    • Sistemas de energía solar
    • Zapatero
    • Servicios de limpieza
    • Servicios de calefacción, ventilación y aire acondicionado
    Otros
    • Organización sin ánimo de lucro
    • Agencia de protección del medio ambiente
    • Alquiler de paneles publicitarios
    • Estudio fotográfico
    • Alquiler de bicicletas
    • Distribuidor de software
    Browse all Industries
  • Comunidad
    Aprender
    • Tutoriales
    • Documentación
    • Certificaciones
    • Formación
    • Blog
    • Podcast
    Potenciar la educación
    • Programa de formación
    • Scale Up! El juego empresarial
    • Visita Odoo
    Obtener el software
    • Descargar
    • Comparar ediciones
    • Versiones
    Colaborar
    • GitHub
    • Foro
    • Eventos
    • Traducciones
    • Convertirse en partner
    • Services for Partners
    • Registrar tu empresa contable
    Obtener servicios
    • Encontrar un partner
    • Encontrar un asesor fiscal
    • Contacta con un experto
    • Servicios de implementación
    • Referencias de clientes
    • Ayuda
    • Actualizaciones
    GitHub YouTube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Solicitar una demostración
  • Precios
  • Ayuda

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Contabilidad
  • Inventario
  • PoS
  • Proyecto
  • MRP
All apps
Debe estar registrado para interactuar con la comunidad.
Todas las publicaciones Personas Insignias
Etiquetas (Ver todo)
odoo accounting v14 pos v15
Acerca de este foro
Debe estar registrado para interactuar con la comunidad.
Todas las publicaciones Personas Insignias
Etiquetas (Ver todo)
odoo accounting v14 pos v15
Acerca de este foro
Ayuda

Preconfigured delivery tours starting from delivery address

Suscribirse

Reciba una notificación cuando haya actividad en esta publicación

Se marcó esta pregunta
logisticwarehouse
3 Respuestas
1679 Vistas
Avatar
Marc Ruppert

Hello, we are a drinks retailer and are currently trialling whether Odoo is the right tool for us.

Our workflow is structured in such a way that we have predefined delivery tours for certain regions in our country. For example, region A is delivered on Monday, region B on Tuesday and so on.

We are trying to find out how we could implement this with Odoo.

When a customer is created, it is already clear, based on the delivery address, when he will be delivered. Let's say customer X lives in region B, so he will be delivered on Tuesdays. This should already be stored in the contact, then this delivery route should also be displayed in the sales order with the option to overwrite for special cases. Subsequently, all orders for a delivery day should first land in our planning department, where the best delivery route for the day is then planned, which also results in the order of picking, i.e. only then should the orders land in the warehouse in the correct order for picking.

Who knows how something like this could best be implemented? Thank you very much for taking the time to write this post.


0
Avatar
Descartar
Avatar
Odiware Technologies
Mejor respuesta

Hi and welcome! 👋 It's great that you're exploring Odoo for your drinks retail business — it sounds like your delivery workflow can definitely be modeled with some of Odoo's built-in tools (plus a bit of customization where needed).

Based on your workflow, here's how you could approach this:

🔁 1. Assign Delivery Regions and Days to Customers

You can add a custom field (via Odoo Studio or a developer module) on the customer/contact form to store:

  • Delivery Region (e.g., Region A, B, C)
  • Delivery Day (e.g., Monday, Tuesday…)

These fields can be manually assigned or automatically calculated based on the delivery address using a mapping or a small automation rule (e.g., via server actions or automated actions in Studio).

🧾 2. Show Delivery Day in Sales Orders (and allow manual override)

On the Sales Order form, add a related field that pulls the delivery day from the customer. You can make it editable so your team can override it for special cases.

  • You can use Odoo Studio to:
    • Add a field like Delivery Day
    • Set its default value from the customer’s delivery preferences
    • Allow manual override

🧠 3. Orders Go to Planning Before Warehouse

To make orders land in your planning department first, before they go to the warehouse:

  • Use a custom state or tag (e.g., “Ready for Planning”) in the sales order or delivery order workflow.
  • Orders with future delivery days can stay in this state.
  • The planning team can review all orders for a specific delivery day (using filters or custom dashboards), optimize the route, and then confirm them.

You might also look into Delivery Routes in Inventory > Configuration, and customize the delivery workflow accordingly.

🚚 4. Plan Delivery Routes and Picking Order

For actual route planning, you might:

  • Use Odoo's Delivery Orders and group them by delivery day/region.
  • Use a third-party route optimization app from the Odoo App Store (some offer Google Maps integration and delivery sequence optimization).
  • Once a route is confirmed, you can use Picking Waves or batch picking features in Inventory to generate picking lists in delivery order.

You can also add a field like Delivery Sequence on each order line or delivery order to control the exact order of picking.

Summary Workflow

  1. Customer has delivery region + day on record.
  2. Sales order auto-fills delivery day (can be overridden).
  3. Orders are filtered/grouped by delivery day for planning.
  4. Planning team sets delivery route & picking order.
  5. Orders move to warehouse for picking in the optimized sequence.

If you’re open to a bit of development, this workflow can be made really smooth. If you prefer to stay within standard features + Odoo Studio, it’s also doable with some creativity.

Let me know if you'd like some example screenshots or module ideas to support this!

0
Avatar
Descartar
Avatar
Marc Ruppert
Autor Mejor respuesta

thank you so much for your reply. i will look into it

0
Avatar
Descartar
Avatar
Lars Aam
Mejor respuesta

Odoo have what they call Dispatch management. Function to plan distribution routes from deliveries.  

https://www.odoo.com/documentation/18.0/applications/inventory_and_mrp/inventory/shipping_receiving/setup_configuration/dispatch.html

But it is not fully what you need, as you cannot define a route on the customer and set related delivery date on the sales order.   But it give you functions to group pickings into routes. 

I would have asked an Odoo partner if they can develop on top of this.  The logic you need is not very complex. 

0
Avatar
Descartar
¿Le interesa esta conversación? ¡Participe en ella!

Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.

Inscribirse
Publicaciones relacionadas Respuestas Vistas Actividad
Enter length, width and height of the package of a product Resuelto
logistic warehouse
Avatar
Avatar
1
jul 25
1637
Delivered batches/serial # are still shown
stock logistic warehouse
Avatar
Avatar
1
sept 25
972
how to get the List of products delivered by customer by date period Resuelto
accounting logistic warehouse
Avatar
Avatar
2
abr 25
1978
How to make the inventory output step two not be executed if step one is not executed
configuration logistic warehouse
Avatar
0
dic 24
1717
Exploring the Link Between Asset Management, Barcodes, and Inventory Optimization
stock logistic warehouse
Avatar
0
nov 24
1818
Comunidad
  • Tutoriales
  • Documentación
  • Foro
Código abierto
  • Descargar
  • GitHub
  • Runbot
  • Traducciones
Servicios
  • Alojamiento Odoo.sh
  • Ayuda
  • Actualizar
  • Desarrollos personalizados
  • Educación
  • Encontrar un asesor fiscal
  • Encontrar un partner
  • Convertirse en partner
Sobre nosotros
  • Nuestra empresa
  • Activos de marca
  • Contacta con nosotros
  • Puestos de trabajo
  • Eventos
  • Podcast
  • Blog
  • Clientes
  • Información legal • Privacidad
  • Seguridad
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo es un conjunto de aplicaciones de código abierto que cubren todas las necesidades de tu empresa: CRM, comercio electrónico, contabilidad, inventario, punto de venta, gestión de proyectos, etc.

La propuesta única de valor de Odoo es ser muy fácil de usar y totalmente integrado.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now