Skip to Content
Odoo Menu
  • Sign in
  • Try it free
  • Apps
    Finance
    • Accounting
    • Invoicing
    • Expenses
    • Spreadsheet (BI)
    • Documents
    • Sign
    Sales
    • CRM
    • Sales
    • POS Shop
    • POS Restaurant
    • Subscriptions
    • Rental
    Websites
    • Website Builder
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Supply Chain
    • Inventory
    • Manufacturing
    • PLM
    • Purchase
    • Maintenance
    • Quality
    Human Resources
    • Employees
    • Recruitment
    • Time Off
    • Appraisals
    • Referrals
    • Fleet
    Marketing
    • Social Marketing
    • Email Marketing
    • SMS Marketing
    • Events
    • Marketing Automation
    • Surveys
    Services
    • Project
    • Timesheets
    • Field Service
    • Helpdesk
    • Planning
    • Appointments
    Productivity
    • Discuss
    • Approvals
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Industries
    Retail
    • Book Store
    • Clothing Store
    • Furniture Store
    • Grocery Store
    • Hardware Store
    • Toy Store
    Food & Hospitality
    • Bar and Pub
    • Restaurant
    • Fast Food
    • Guest House
    • Beverage Distributor
    • Hotel
    Real Estate
    • Real Estate Agency
    • Architecture Firm
    • Construction
    • Estate Management
    • Gardening
    • Property Owner Association
    Consulting
    • Accounting Firm
    • Odoo Partner
    • Marketing Agency
    • Law firm
    • Talent Acquisition
    • Audit & Certification
    Manufacturing
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Corporate Gifts
    Health & Fitness
    • Sports Club
    • Eyewear Store
    • Fitness Center
    • Wellness Practitioners
    • Pharmacy
    • Hair Salon
    Trades
    • Handyman
    • IT Hardware & Support
    • Solar Energy Systems
    • Shoe Maker
    • Cleaning Services
    • HVAC Services
    Others
    • Nonprofit Organization
    • Environmental Agency
    • Billboard Rental
    • Photography
    • Bike Leasing
    • Software Reseller
    Browse all Industries
  • Community
    Learn
    • Tutorials
    • Documentation
    • Certifications
    • Training
    • Blog
    • Podcast
    Empower Education
    • Education Program
    • Scale Up! Business Game
    • Visit Odoo
    Get the Software
    • Download
    • Compare Editions
    • Releases
    Collaborate
    • Github
    • Forum
    • Events
    • Translations
    • Become a Partner
    • Services for Partners
    • Register your Accounting Firm
    Get Services
    • Find a Partner
    • Find an Accountant
    • Meet an advisor
    • Implementation Services
    • Customer References
    • Support
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Get a demo
  • Pricing
  • Help

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

  • CRM
  • e-Commerce
  • Accounting
  • Inventory
  • PoS
  • Project
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Tags (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Tags (View all)
odoo accounting v14 pos v15
About this forum
Help

Preconfigured delivery tours starting from delivery address

Subscribe

Get notified when there's activity on this post

This question has been flagged
logisticwarehouse
3 Replies
1673 Views
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
Discard
Avatar
Odiware Technologies
Best Answer

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
Discard
Avatar
Marc Ruppert
Author Best Answer

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

0
Avatar
Discard
Avatar
Lars Aam
Best Answer

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
Discard
Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Sign up
Related Posts Replies Views Activity
Enter length, width and height of the package of a product Solved
logistic warehouse
Avatar
Avatar
1
Jul 25
1608
Delivered batches/serial # are still shown
stock logistic warehouse
Avatar
Avatar
1
Sep 25
966
how to get the List of products delivered by customer by date period Solved
accounting logistic warehouse
Avatar
Avatar
2
Apr 25
1973
How to make the inventory output step two not be executed if step one is not executed
configuration logistic warehouse
Avatar
0
Dec 24
1710
Exploring the Link Between Asset Management, Barcodes, and Inventory Optimization
stock logistic warehouse
Avatar
0
Nov 24
1814
Community
  • Tutorials
  • Documentation
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Translations
Services
  • Odoo.sh Hosting
  • Support
  • Upgrade
  • Custom Developments
  • Education
  • Find an Accountant
  • Find a Partner
  • Become a Partner
About us
  • Our company
  • Brand Assets
  • Contact us
  • Jobs
  • Events
  • Podcast
  • Blog
  • Customers
  • Legal • Privacy
  • Security
الْعَرَبيّة 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 is a suite of open source business apps that cover all your company needs: CRM, eCommerce, accounting, inventory, point of sale, project management, etc.

Odoo's unique value proposition is to be at the same time very easy to use and fully integrated.

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