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

Understanding inventory transfers with barcode app using Lot AND Product packaging

Subscriure's

Get notified when there's activity on this post

This question has been flagged
inventorybarcodetransfer18.0
2400 Vistes
Avatar
Yanis Vasilevskis

I'm having trouble understanding how the barcode app works with inventory transfers.

I am using Lot tracking for food manufacturing. I am also using packagings under the products.

I have FEFO set for location removal strategy. If I make an delivery transfer operation, pick my products which will automatically reserve the products to expire soonest and their lot codes in the order lines. I then mark it as to do.

Now when I go into the barcode app, it is displaying the reserved Lot numbers and prompts me to scan products.

I would like to use the system in the following manner:


1. Mandatory scan of product Packaging barcode (e.g Packaging which contains 20 units of dumplings) which will populate the quantity to green after all packagings have been scanned.


2. Mandatory scan of Lot barcode in order to validate the correct lot number was picked from inventory.


However, the system is jumping to Validate after the step 1. I have Lot/Serial number scanning set to Mandatory under the Operation Type settings -> Barcode App tab. I'm not sure what I'm missing or maybe I'm misunderstanding.

0
Avatar
Descartar
Yanis Vasilevskis
Autor

According to odoo's documentation:

https://www.odoo.com/documentation/18.0/applications/inventory_and_mrp/barcode/operations/transfers_scratch.html

"If the same lot or serial number is shared between different products, scan the product barcode first, then the barcode of the lot/serial number."

I believe this is the function I'm looking for. Is this a bug in v18?

I am producing units in batches with the Lot number applied during MO phase, e.g 100 dumplings. These batches are then packaged in 20 unit packages 100 = 5 packages.

Is this approach correct? Products are removed from inventory in partial quantities according to their packaging. However when I scan the Lot barcode it increments the quantity by one. I want to combine the use of the Lot barcode and the Packaging quantity barcode.

Yanis Vasilevskis
Autor

After further observation I noticed below:

There is a new checkbox for "Show reserved lots/SN?" in Odoo v18.

This is a bit misleading because what this feature is actually doing is pre-populating the Lot/SN field in the barcode app with the Reserved lot number. Not necessarily showing the reserved Lot/SN which is supposed to be picked.

If I uncheck this box, and leave mandatory scan on, then I am getting the behavior I want, which is that the employee LOOKS for the correct reserved lot number and is forced to scan it in order to populate the lot/serial number on the transfer.

The only downside is that the employee will need to read reserved lot number outside of the barcode app in order to know which lot to pick, which is fine. I can setup auto printing of picking slip to the printer in the warehouse. I will also likely modify the template of the picking slip to hide the lot barcode so the employee cannot scan it. Since this is food manufacturing, it's very important that the correct lots are physically picked.

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
Record does not exist or has been deleted. Solved
inventory transfer
Avatar
Avatar
Avatar
2
de nov. 25
2984
Packaging quantities not converting automatically in manual receipts (Odoo 18) Solved
inventory 18.0
Avatar
Avatar
1
de set. 25
889
Use USB Barcode Scanner to update inventory on each product (Odoo 16 Community)
inventory barcode
Avatar
Avatar
1
de juny 25
2354
How do we create an internal transfer between two different warehouses where the destination warehouse would have to validate the transfer as a second step. Solved
inventory transfer
Avatar
Avatar
Avatar
Avatar
Avatar
4
de març 25
15816
Select owner for inventory transfer Solved
inventory transfer
Avatar
Avatar
Avatar
2
de gen. 24
4228
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