Skip to Content
Odoo Menu
  • Log ind
  • Prøv gratis
  • Apps
    Økonomi
    • Bogføring
    • Fakturering
    • Udgifter
    • Regneark (BI)
    • Dokumenter
    • e-Signatur
    Salg
    • CRM
    • Salg
    • POS Butik
    • POS Restaurant
    • Abonnementer
    • Udlejning
    Hjemmeside
    • Hjemmesidebygger
    • e-Handel
    • Blog
    • Forum
    • LiveChat
    • e-Læring
    Forsyningskæde
    • Lagerbeholdning
    • Produktion
    • PLM
    • Indkøb
    • Vedligeholdelse
    • Kvalitet
    HR
    • Medarbejdere
    • Rekruttering
    • Fravær
    • Medarbejdersamtaler
    • Anbefalinger
    • Flåde
    Marketing
    • Markedsføring på sociale medier
    • E-mailmarketing
    • SMS-marketing
    • Arrangementer
    • Automatiseret marketing
    • Spørgeundersøgelser
    Tjenester
    • Projekt
    • Timesedler
    • Udkørende Service
    • Kundeservice
    • Planlægning
    • Aftaler
    Produktivitet
    • Dialog
    • Godkendelser
    • IoT
    • VoIP
    • Vidensdeling
    • WhatsApp
    Tredjepartsapps Odoo Studio Odoo Cloud-platform
  • Brancher
    Detailhandel
    • Boghandel
    • Tøjforretning
    • Møbelforretning
    • Dagligvarebutik
    • Byggemarked
    • Legetøjsforretning
    Mad og værtsskab
    • Bar og pub
    • Restaurant
    • Fastfood
    • Gæstehus
    • Drikkevareforhandler
    • Hotel
    Ejendom
    • Ejendomsmægler
    • Arkitektfirma
    • Byggeri
    • Ejendomsadministration
    • Havearbejde
    • Boligejerforening
    Rådgivning
    • Regnskabsfirma
    • Odoo-partner
    • Marketingbureau
    • Advokatfirma
    • Rekruttering
    • Audit & certificering
    Produktion
    • Tekstil
    • Metal
    • Møbler
    • Fødevareproduktion
    • Bryggeri
    • Firmagave
    Heldbred & Fitness
    • Sportsklub
    • Optiker
    • Fitnesscenter
    • Kosmetolog
    • Apotek
    • Frisør
    Håndværk
    • Handyman
    • IT-hardware og support
    • Solenergisystemer
    • Skomager
    • Rengøringsservicer
    • VVS- og ventilationsservice
    Andet
    • Nonprofitorganisation
    • Miljøagentur
    • Udlejning af billboards
    • Fotografi
    • Cykeludlejning
    • Softwareforhandler
    Gennemse alle brancher
  • Community
    Få mere at vide
    • Tutorials
    • Dokumentation
    • Certificeringer
    • Oplæring
    • Blog
    • Podcast
    Bliv klogere
    • Udannelselsesprogram
    • Scale Up!-virksomhedsspillet
    • Besøg Odoo
    Få softwaren
    • Download
    • Sammenlign versioner
    • Udgaver
    Samarbejde
    • Github
    • Forum
    • Arrangementer
    • Oversættelser
    • Bliv partner
    • Tjenester til partnere
    • Registrér dit regnskabsfirma
    Modtag tjenester
    • Find en partner
    • Find en bogholder
    • Kontakt en rådgiver
    • Implementeringstjenester
    • Kundereferencer
    • Support
    • Opgraderinger
    Github Youtube Twitter LinkedIn Instagram Facebook Spotify
    +1 (650) 691-3277
    Få en demo
  • Prissætning
  • Hjælp

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

  • CRM
  • e-Commerce
  • Bogføring
  • Lager
  • PoS
  • Projekt
  • MRP
All apps
Du skal være registreret for at interagere med fællesskabet.
All Posts People Emblemer
Tags (View all)
odoo accounting v14 pos v15
Om dette forum
Du skal være registreret for at interagere med fællesskabet.
All Posts People Emblemer
Tags (View all)
odoo accounting v14 pos v15
Om dette forum
Hjælp

Set Minimum Order Quantities Odoo 18

Tilmeld

Få besked, når der er aktivitet på dette indlæg

Dette spørgsmål er blevet anmeldt
salesinventorydeliveryminimum order quantities
2 Besvarelser
1616 Visninger
Avatar
Allie Kempf

Hi, 

I am having a hard time trying to figure this one out.  I have a MOQ for 6 cases, but multiple products can be built to create a total number of 6. My retailers can mix and match products (ie: 4 vanilla and 2 mocha), as long as there are 6 or more in total. What's odd is that I can't even seem to find basic MOQ's for just one product. 

I figured out how to create a price list for buy more save more features, but I cannot seem to figure out how to prevent a sales agent from selling anything less than 6 total. I would also like a sales warning to populate if an agent attempts to sell less than 6. Our shipper does not allow us to send anything less to retailers.

Thank you in advance 

0
Avatar
Kassér
Avatar
Christoph Farnleitner
Bedste svar

Odoo has no minimum selling quantity feature.


The closest you can get without customization, for a random assortment of 6-item groups (i.e. 'My retailers can mix and match products (ie: 4 vanilla and 2 mocha), as long as there are 6') is by using Combo-type Products. The 'or more in total' part could be handled with automated actions checking on write, whether a certain quantity threshold is reached or not and displaying a message accordingly. This involves advanced Studio and View customization as well however.

The UI for adding such a Combo to a Sales Order would look similar to this:



The resulting Sales Orders would look like this:


The setup of this approach would allow you to sell a 6-pack with random (allowed) items. It would however not allow you to freely just add multiple additional items to that combo. This then would need to be separate lines in your Sales Order, or, an additional Combo with possibly different selections.

The Product configuration for this would be like this: 
A Product of type Combo with as many Combo Choices as items are allowed in the pack.

Each Combo Choice on the other hand would look like this:
A Choice of Product 1, Product 2, ... with 1 free quantity (as the price is given by the 'parent' Combo Product) - you could however modify the price by setting an Extra Price in addition.



An alternative approach could be the use of Bill of Materials (from the Manufacturing App) - but, this seems a bit of a stretch.

Another alternative approach could be to use a Pricelist for setting up a price for a Minimum Quantity of 6 on a product to cover for extra cost individual item handling would otherwise require.

You can find further details on Combo Products for example here: https://www.odoo.com/documentation/18.0/applications/sales/point_of_sale/combos.html
Above screens are created with a demo/playground instance of https://demo.odoo.com which you can use as well to test the functionality.

1
Avatar
Kassér
Allie Kempf
Forfatter

Hi, thank you so much for this detailed answer!

I checked Studio and it looks like it may trigger custom pricing options (I'm using Odoo Online) and would likely upgrade me into Odoo.sh. From what I gathered with both answers, I need to upgrade from Odoo Online to Odoo.sh to accomplish it.

I did however find that I can add a Warning message on each product, so I added that on both stating the MOQ requirement, but it will not block the sale if the agent isn't following MOQ's.

I also built several Pricelists, so it may be better to advise sales agents to select from the Pricelists when they begin creating an order, as that will be somewhat of a "bumper" for them when a customer orders more inventory from us as they'll be able to recognize the pricing difference. Bit of a band-aid option until I can upgrade.

I am also wondering how this workaround works differently than if each product was added in simpler format by simply adjusting the quantities for each product. I'm not sure if applying the combo-type would help in my specific scenario, as each product has separate barcodes and goes through different manufacturing/procurement processes.

Avatar
Cybrosys Techno Solutions Pvt.Ltd
Bedste svar

Hi,

Please refer to the module: https://odoo-community.org/shop/sale-order-min-quantity-9076#attr=14781


Hope it helps.

0
Avatar
Kassér
Allie Kempf
Forfatter

This sounds like it would be the most direct path to solve my problem, however I'm getting an error when I try to install the module:

"Invalid Operation
Error while importing module 'sale_restricted_qty'.
Invalid version '12.0.2.0.0'. Modules should have a version in format `x.y`, `x.y.z`, `18.0.x.y` or `18.0.x.y.z`. "

I downloaded the file and went to upload it as a .zip and no changes were applied. I looked into it more and learned that my version, Odoo Online, cannot support custom modules: https://www.odoo.com/documentation/18.0/administration/odoo_online.html

I realize now that I should have specified in the title that I was running Odoo Online and not Odoo.sh , my apologies

Enjoying the discussion? Don't just read, join in!

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

Tilmeld dig
Related Posts Besvarelser Visninger Aktivitet
Sales > Warehouse pickup
sales inventory delivery
Avatar
Avatar
1
jul. 19
3611
Cutomer lead time does not take weekends into account
sales scheduler inventory delivery
Avatar
Avatar
1
nov. 20
3583
Self pickup as delivery method
sales sale inventory delivery
Avatar
0
nov. 20
5037
Generic product on SO, replace (update) in delivery order
sales inventory
Avatar
Avatar
1
aug. 25
885
Automatie return and reflect in stock
sales inventory
Avatar
0
jun. 24
2204
Community
  • Tutorials
  • Dokumentation
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Oversættelser
Tjenester
  • Odoo.sh-hosting
  • Support
  • Opgradere
  • Individuelt tilpasset udvikling
  • Uddannelse
  • Find en bogholder
  • Find en partner
  • Bliv partner
Om os
  • Vores virksomhed
  • Brandaktiver
  • Kontakt os
  • Stillinger
  • Arrangementer
  • Podcast
  • Blog
  • Kunder
  • Juridiske dokumenter • Privatlivspolitik
  • Sikkerhedspolitik
الْعَرَبيّة 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 er en samling open source-forretningsapps, der dækker alle dine virksomhedsbehov – lige fra CRM, e-handel og bogføring til lagerstyring, POS, projektledelse og meget mere.

Det unikke ved Odoo er, at systemet både er brugervenligt og fuldt integreret.

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