Skip to Content
Odoo Menú
  • Registra entrada
  • Prova-ho gratis
  • Aplicacions
    Finances
    • Comptabilitat
    • Facturació
    • Despeses
    • Full de càlcul (IA)
    • Documents
    • Signatura
    Vendes
    • CRM
    • Vendes
    • Punt de venda per a botigues
    • Punt de venda per a restaurants
    • Subscripcions
    • Lloguer
    Imatges de llocs web
    • Creació de llocs web
    • Comerç electrònic
    • Blog
    • Fòrum
    • Xat en directe
    • Aprenentatge en línia
    Cadena de subministrament
    • Inventari
    • Fabricació
    • PLM
    • Compres
    • Manteniment
    • Qualitat
    Recursos humans
    • Empleats
    • Reclutament
    • Absències
    • Avaluacions
    • Recomanacions
    • Flota
    Màrqueting
    • Màrqueting Social
    • Màrqueting per correu electrònic
    • Màrqueting per SMS
    • Esdeveniments
    • Automatització del màrqueting
    • Enquestes
    Serveis
    • Projectes
    • Fulls d'hores
    • Servei de camp
    • Suport
    • Planificació
    • Cites
    Productivitat
    • Converses
    • Validacions
    • IoT
    • VoIP
    • Coneixements
    • WhatsApp
    Aplicacions de tercers Odoo Studio Plataforma d'Odoo al núvol
  • Sectors
    Comerç al detall
    • Llibreria
    • Botiga de roba
    • Botiga de mobles
    • Botiga d'ultramarins
    • Ferreteria
    • Botiga de joguines
    Food & Hospitality
    • Bar i pub
    • Restaurant
    • Menjar ràpid
    • Guest House
    • Distribuïdor de begudes
    • Hotel
    Immobiliari
    • Agència immobiliària
    • Estudi d'arquitectura
    • Construcció
    • Gestió immobiliària
    • Jardineria
    • Associació de propietaris de béns immobles
    Consultoria
    • Empresa comptable
    • Partner d'Odoo
    • Agència de màrqueting
    • Bufet d'advocats
    • Captació de talent
    • Auditoria i certificació
    Fabricació
    • Textile
    • Metal
    • Mobles
    • Menjar
    • Brewery
    • Regals corporatius
    Salut i fitness
    • Club d'esport
    • Òptica
    • Centre de fitness
    • Especialistes en benestar
    • Farmàcia
    • Perruqueria
    Trades
    • Servei de manteniment
    • Hardware i suport informàtic
    • Sistemes d'energia solar
    • Shoe Maker
    • Serveis de neteja
    • Instal·lacions HVAC
    Altres
    • Nonprofit Organization
    • Agència del medi ambient
    • Lloguer de panells publicitaris
    • Fotografia
    • Lloguer de bicicletes
    • Distribuïdors de programari
    Browse all Industries
  • Comunitat
    Aprèn
    • Tutorials
    • Documentació
    • Certificacions
    • Formació
    • Blog
    • Pòdcast
    Potenciar l'educació
    • Programa educatiu
    • Scale-Up! El joc empresarial
    • Visita Odoo
    Obtindre el programari
    • Descarregar
    • Comparar edicions
    • Novetats de les versions
    Col·laborar
    • GitHub
    • Fòrum
    • Esdeveniments
    • Traduccions
    • Converteix-te en partner
    • Services for Partners
    • Registra la teva empresa comptable
    Obtindre els serveis
    • Troba un partner
    • Troba un comptable
    • Contacta amb un expert
    • Serveis d'implementació
    • Referències del client
    • Suport
    • Actualitzacions
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Programar una demo
  • Preus
  • Ajuda

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

  • CRM
  • e-Commerce
  • Comptabilitat
  • Inventari
  • PoS
  • Projectes
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Etiquetes (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Etiquetes (View all)
odoo accounting v14 pos v15
About this forum
Ajuda

Set Minimum Order Quantities Odoo 18

Subscriure's

Get notified when there's activity on this post

This question has been flagged
salesinventorydeliveryminimum order quantities
2 Respostes
1625 Vistes
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
Descartar
Avatar
Christoph Farnleitner
Best Answer

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
Descartar
Allie Kempf
Autor

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
Best Answer

Hi,

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


Hope it helps.

0
Avatar
Descartar
Allie Kempf
Autor

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!

Registrar-se
Related Posts Respostes Vistes Activitat
Sales > Warehouse pickup
sales inventory delivery
Avatar
Avatar
1
de jul. 19
3611
Cutomer lead time does not take weekends into account
sales scheduler inventory delivery
Avatar
Avatar
1
de nov. 20
3583
Self pickup as delivery method
sales sale inventory delivery
Avatar
0
de nov. 20
5037
Generic product on SO, replace (update) in delivery order
sales inventory
Avatar
Avatar
1
d’ag. 25
886
Automatie return and reflect in stock
sales inventory
Avatar
0
de juny 24
2204
Community
  • Tutorials
  • Documentació
  • Fòrum
Codi obert
  • Descarregar
  • GitHub
  • Runbot
  • Traduccions
Serveis
  • Allotjament a Odoo.sh
  • Suport
  • Actualització
  • Desenvolupaments personalitzats
  • Educació
  • Troba un comptable
  • Troba un partner
  • Converteix-te en partner
Sobre nosaltres
  • La nostra empresa
  • Actius de marca
  • Contacta amb nosaltres
  • Llocs de treball
  • Esdeveniments
  • Pòdcast
  • Blog
  • Clients
  • Informació legal • Privacitat
  • Seguretat
الْعَرَبيّة 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 és un conjunt d'aplicacions empresarials de codi obert que cobreix totes les necessitats de la teva empresa: CRM, comerç electrònic, comptabilitat, inventari, punt de venda, gestió de projectes, etc.

La proposta única de valor d'Odoo és ser molt fàcil d'utilitzar i estar totalment integrat, ambdues alhora.

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