Přejít na obsah
Odoo Menu
  • Přihlásit se
  • Vyzkoušejte zdarma
  • Aplikace
    Finance
    • Účetnictví
    • Fakturace
    • Výdaje
    • Spreadsheet (BI)
    • Dokumenty
    • Podpisy
    Prodej
    • CRM
    • Prodej
    • POS Obchod
    • POS Restaurace
    • Předplatné
    • Pronájem
    Webové stránky
    • Webové stránky
    • E-shop
    • Blog
    • Fórum
    • Živý chat
    • eLearning
    Dodavatelský řetězec
    • Sklad
    • Výroba
    • PLM
    • Nákup
    • Údržba
    • Kvalita
    Lidské zdroje
    • Zaměstnanci
    • Nábor
    • Volno
    • Hodnocení zaměstnanců
    • Doporučení
    • Vozový park
    Marketing
    • Marketing sociálních sítí
    • Emailový marketing
    • SMS Marketing
    • Události
    • Marketingová automatizace
    • Dotazníky
    Služby
    • Projekt
    • Časové výkazy
    • Práce v terénu
    • Helpdesk
    • Plánování
    • Schůzky
    Produktivita
    • Diskuze
    • Schvalování
    • IoT
    • VoIP
    • Věda
    • WhatsApp
    Aplikace třetích stran Odoo Studio Odoo cloudová platforma
  • Branže
    Maloobchod
    • Knihkupectví
    • Obchod s oblečením
    • Obchod s nábytkem
    • Potraviny
    • Obchod s hardwarem
    • Hračkářství
    Jídlo a pohostinství
    • Bar a Pub
    • Restaurace
    • Fast Food
    • Penzion
    • Distributor nápojů
    • Hotel
    Nemovitost
    • Realitní kancelář
    • Architektonická firma
    • Stavba
    • Správa nemovitostí
    • Zahradnictví
    • Asociace vlastníků nemovitosti
    Poradenství
    • Účetní firma
    • Odoo Partner
    • Marketingová agentura
    • Právník
    • Akvizice talentů
    • Audit a certifikace
    Výroba
    • Textil
    • Kov
    • Nábytek
    • Jídlo
    • Pivovar
    • Korporátní dárky
    Zdraví a fitness
    • Sportovní klub
    • Prodejna brýli
    • Fitness Centrum
    • Wellness praktikové
    • Lékárna
    • Kadeřnictví
    Transakce
    • Údržbář
    • Podpora IT & hardware
    • Systémy solární energie
    • Výrobce obuvi
    • Úklidové služby
    • Služby HVAC
    Ostatní
    • Nezisková organizace
    • Agentura pro životní prostředí
    • Pronájem billboardů
    • Fotografování
    • Leasing jízdních kol
    • Prodejce softwaru
    Procházet všechna odvětví
  • Komunita
    Edukační program
    • Tutoriály
    • Dokumentace
    • Certifikace
    • Vzdělávání
    • Blog
    • Podcast
    Podpora vzdělávání
    • Vzdělávací program
    • Scale Up! Hra na firmu
    • Navštivte Odoo
    Získat software
    • Stáhnout
    • Porovnejte edice
    • Verze
    Spolupráce
    • Github
    • Fórum
    • Události
    • Překlady
    • Stát se partnerem
    • Služby pro partnery
    • Registrujte svou účetní firmu
    Získat služby
    • Najít partnera
    • Najít účetní
    • Setkejte se s poradcem
    • Implementační služby
    • Zákaznické reference
    • Podpora
    • Upgrady
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Dohodnout demo
  • Ceník
  • Pomoc
You need to be registered to interact with the community.
All Posts Lidé Odznaky
Štítky (View all)
odoo accounting v14 pos v15
O tomto fóru
You need to be registered to interact with the community.
All Posts Lidé Odznaky
Štítky (View all)
odoo accounting v14 pos v15
O tomto fóru
Pomoc

Catch weight problem

Odebírat

Get notified when there's activity on this post

This question has been flagged
deliverybarcodeiventory
1 Odpovědět
95 Zobrazení
Avatar
Jakub Lovas

Hello,

we are implementing Odoo in company that sells and manufactures ice creams. 

They have 3 types on containers (packages) each of them has theoretical weight. Problem is that in UoM i have one container = 4.8 kg. But after manufacturing the weight may be like 4.6, 4.7, 4.9. I have UoM = kg on product because invoice is based on weight, track inventory by lots and invoicing based on delivery qty.

When i make sales order for 3 containers (aprox 14.4 kg) and delivery i have problem with scanning products in barcode. I pick 4,6 + 4,7 + 4,9 = 14,2 kg and there is still like 0.2 kg missing. Also package on SO is like 2,97 not 3 full packages.

May I ask for help, please?

I am in Odoo 19 on odoo.sh

Best regards,

Jakub

0
Avatar
Zrušit
Avatar
marwan, Marawan Ahmed
Nejlepší odpověď

You’re facing a classic variable-weight packaging (catch weight) problem in Odoo, which is common in food industries like ice cream, meat, cheese, etc. The issue comes from mixing theoretical container quantity (4.8 kg) with real manufacturing weight (4.6 / 4.7 / 4.9) while invoicing and inventory are based on kg and barcode scanning is based on containers.

Here’s a clear and practical solution used in real Odoo food manufacturing implementations.

🎯 Root of the Problem

You currently have:

  • Product UoM = kg (correct for invoicing)

  • Container = 4.8 kg theoretical

  • Manufacturing produces real weights

  • Sales order = 3 containers

  • Delivery scans 3 lots

  • Real weight = 14.2 kg instead of 14.4

  • Odoo shows:

Missing 0.2 kg

2.97 packages instead of 3

This happens because:

Odoo calculates based on theoretical UoM conversion instead of real lot weight.

So the system expects:

3 × 4.8 = 14.4 kg

But real production is:

4.6 + 4.7 + 4.9 = 14.2

✅ Correct Industry Approach

In food manufacturing, you should not use container as UoM.

Instead:

Product UoM = kg

and

Container = Packaging

not UoM.

🧩 Recommended Odoo Design

Step 1 — Product UoM

Product:

Ice Cream Vanilla

UoM = kg

Purchase UoM = kg

Inventory UoM = kg

This is correct already.

Step 2 — Use Packaging instead of UoM

Go to:

Product → Packaging

Create:

Container Small = 4.8 kg

Container Medium = 9.6 kg

Container Large = 12 kg

Now container is only:

Packaging

not UoM.

Step 3 — Manufacturing

When producing:

You create lots like:

Lot 001 → 4.6 kg

Lot 002 → 4.7 kg

Lot 003 → 4.9 kg

Each lot has real weight.

Stock becomes:

4.6

4.7

4.9

Correct.

Step 4 — Sales Order

Instead of:

3 containers

You sell:

Ice Cream = 14.4 kg (approx)

or

3 containers (informational only)

but system tracks kg.

Step 5 — Barcode Picking

During delivery:

Scan:

Lot 001 → 4.6

Lot 002 → 4.7

Lot 003 → 4.9

Odoo automatically calculates:

Total delivered = 14.2 kg

Delivery validated.

Invoice = 14.2 kg.

No missing quantity.

No 2.97 packages.

Problem solved.

📦 Container Still Visible on Sales

If client wants:

3 containers

you can add:

custom field

Number of Containers

or

Packaging on SO

This is informational only.

Invoice still based on kg.

🧠 Best Practice in Food Industry

Always:

Inventory = Weight

Sales = Weight

Invoice = Weight

Lots = Real Weight

Packaging = Container

⚙️ Better Advanced Solution

If they insist on:

sell 3 containers

but invoice real weight,

you need Catch Weight system.

This is usually done using:

OCA Catch Weight module

Odoo Community Association

Module:

stock_catch_weight

sale_catch_weight

mrp_catch_weight

This allows:

  • Sell containers

  • Deliver lots

  • Invoice real weight

  • Barcode scan correctly

  • No quantity mismatch

This is the cleanest solution.

🧪 Example Workflow

Sales

3 containers

System calculates:

expected = 14.4

Delivery

Scan:

4.6

4.7

4.9

System:

delivered = 14.2

Invoice

14.2 kg

Customer pays real weight.

🚨 Important

Never use:

1 container = 4.8 kg

as UoM conversion.

Because Odoo expects exact math.

And food production never gives exact weight.

✅ Recommended Configuration

Product

UoM = kg

Tracking = Lots

Invoicing = Delivered Quantity

Packaging = Container

Manufacturing

Produce lots with real weight.

Sales

Sell kg or containers (info only)

Delivery

Scan lots

Invoice real weight.

📊 Final Recommendation

Best implementation in Odoo 19 on odoo.sh:

Option 1 (Simple and Fast)

Use:

  • kg as UoM

  • packaging for containers

  • sell weight

  • scan lots

✔ No mismatch

✔ No barcode issue

✔ No 2.97 containers

Option 2 (Professional Food Industry)

Install Catch Weight modules

✔ Sell containers

✔ Deliver weight

✔ Invoice real weight

✔ Full automation

❓ Quick Question

Does the company insist on selling 3 containers (not kg) on the Sales Order, or they are okay with selling kg and showing containers only for reference?

0
Avatar
Zrušit
Enjoying the discussion? Don't just read, join in!

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

Přihlásit se
Related Posts Odpovědi Zobrazení Aktivita
FedEx Ground not an option
delivery
Avatar
Avatar
2
bře 26
394
Error with Check Status
delivery
Avatar
0
zář 25
1437
Can I remove the "Product Barcode Lookup" module from my database? Vyřešeno
barcode
Avatar
Avatar
Avatar
2
zář 25
1373
How can I customize product labels to show additional information?
barcode
Avatar
Avatar
Avatar
2
zář 25
1930
How to manage deliveries with our own fleet Vyřešeno
delivery
Avatar
Avatar
Avatar
Avatar
Avatar
4
čvc 25
4329
Komunita
  • Tutoriály
  • Dokumentace
  • Fórum
Open Source
  • Stáhnout
  • Github
  • Runbot
  • Překlady
Služby
  • Odoo.sh hostování
  • Podpora
  • Upgrade
  • Nestandardní vývoj
  • Edukační program
  • Najít účetní
  • Najít partnera
  • Stát se partnerem
O nás
  • Naše společnost
  • Podklady značky
  • Kontakujte nás
  • Práce
  • Události
  • Podcast
  • Blog
  • Zákazníci
  • Právní dokumenty • Soukromí
  • Zabezpečení
الْعَرَبيّة 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 Svenska ภาษาไทย Türkçe українська Tiếng Việt

Odoo je balíček open-source aplikací, které pokrývají všechny potřeby vaší společnosti: CRM, e-shop, účetnictví, sklady, kasy, projektové řízení a další.

Unikátní nabídka od Odoo poskytuje velmi jednoduché uživatelské rozhraní a vše je integrované na jednom místě.

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