Passa al contenuto
Odoo Menu
  • Accedi
  • Provalo gratis
  • App
    Finanze
    • Contabilità
    • Fatturazione
    • Note spese
    • Fogli di calcolo (BI)
    • Documenti
    • Firma
    Vendite
    • CRM
    • Vendite
    • Punto vendita Negozio
    • Punto vendita Ristorante
    • Abbonamenti
    • Noleggi
    Siti web
    • Configuratore sito web
    • E-commerce
    • Blog
    • Forum
    • Live chat
    • E-learning
    Supply chain
    • Magazzino
    • Produzione
    • PLM
    • Acquisti
    • Manutenzione
    • Qualità
    Risorse umane
    • Dipendenti
    • Assunzioni
    • Ferie
    • Valutazioni
    • Referral dipendenti
    • Parco veicoli
    Marketing
    • Social marketing
    • E-mail marketing
    • SMS marketing
    • Eventi
    • Marketing automation
    • Sondaggi
    Servizi
    • Progetti
    • Fogli ore
    • Assistenza sul campo
    • Helpdesk
    • Pianificazione
    • Appuntamenti
    Produttività
    • Comunicazioni
    • Approvazioni
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    App di terze parti Odoo Studio Piattaforma cloud Odoo
  • Settori
    Retail
    • Libreria
    • Negozio di abbigliamento
    • Negozio di arredamento
    • Alimentari
    • Ferramenta
    • Negozio di giocattoli
    Cibo e ospitalità
    • Bar e pub
    • Ristorante
    • Fast food
    • Pensione
    • Grossista di bevande
    • Hotel
    Agenzia immobiliare
    • Agenzia immobiliare
    • Studio di architettura
    • Edilizia
    • Gestione immobiliare
    • Impresa di giardinaggio
    • Associazione di proprietari immobiliari
    Consulenza
    • Società di contabilità
    • Partner Odoo
    • Agenzia di marketing
    • Studio legale
    • Selezione del personale
    • Audit e certificazione
    Produzione
    • Tessile
    • Metallo
    • Arredamenti
    • Alimentare
    • Birrificio
    • Ditta di regalistica aziendale
    Benessere e sport
    • Club sportivo
    • Negozio di ottica
    • Centro fitness
    • Centro benessere
    • Farmacia
    • Parrucchiere
    Commercio
    • Tuttofare
    • Hardware e assistenza IT
    • Ditta di installazione di pannelli solari
    • Calzolaio
    • Servizi di pulizia
    • Servizi di climatizzazione
    Altro
    • Organizzazione non profit
    • Ente per la tutela ambientale
    • Agenzia di cartellonistica pubblicitaria
    • Studio fotografico
    • Punto noleggio di biciclette
    • Rivenditore di software
    Carica tutti i settori
  • Community
    Apprendimento
    • Tutorial
    • Documentazione
    • Certificazioni 
    • Formazione
    • Blog
    • Podcast
    Potenzia la tua formazione
    • Programma educativo
    • Scale Up! Business Game
    • Visita Odoo
    Ottieni il software
    • Scarica
    • Versioni a confronto
    • Note di versione
    Collabora
    • Github
    • Forum
    • Eventi
    • Traduzioni
    • Diventa nostro partner
    • Servizi per partner
    • Registra la tua società di contabilità
    Ottieni servizi
    • Trova un partner
    • Trova un contabile
    • Incontra un esperto
    • Servizi di implementazione
    • Testimonianze dei clienti
    • Supporto
    • Aggiornamenti
    GitHub Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Richiedi una demo
  • Prezzi
  • Aiuto

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

  • CRM
  • e-Commerce
  • Contabilità
  • Magazzino
  • PoS
  • Progetti
  • MRP
All apps
È necessario essere registrati per interagire con la community.
Tutti gli articoli Persone Badge
Etichette (Mostra tutto)
odoo accounting v14 pos v15
Sul forum
È necessario essere registrati per interagire con la community.
Tutti gli articoli Persone Badge
Etichette (Mostra tutto)
odoo accounting v14 pos v15
Sul forum
Assistenza

Adding Custom Label for Lot/Serial Numbers to Manufacturing Orders in Odoo

Iscriviti

Ricevi una notifica quando c'è un'attività per questo post

La domanda è stata contrassegnata
printinglabelLots/SerialodooV17
1 Rispondi
3324 Visualizzazioni
Avatar
Nico

Hello Odoo Community,

I am working on adding a custom label for my products, specifically for lot/serial numbers, in Odoo. The goal is to have an individual label size and be able to print it as a ZPL format.

Here is the current setup I have:

  1. I created a new label under Settings → Technical → Reports with the model name stock.lot and the action type ir.actions.report.
  2. The name of my custom template is stock.custom_label_lot_template_view.

Now, I would like to add this custom label to the "Print Label - Lot/Serial Number" option under Manufacturing Orders so that I can print this label directly from the frontend.

My question is:

  • Is this the correct way to approach this, or is there a better method to achieve this integration?
  • How can I ensure that my custom label shows up in the "Print Label" dropdown in the manufacturing order view for lot/serial numbers?

The reason I am not using third-party apps for this is quite simple: none of them are able to generate the GS1 barcode, which is a critical requirement for my product labels.

I would appreciate any insights, suggestions, or guidance from the community on how to proceed.

Thank you in advance!odoo

0
Avatar
Abbandona
Nico
Autore

Thanks for your Answer. But also if I change the model name to mrp.production there is no Field to select this custom Label in manufacturing orders.

Avatar
Lars Aam
Risposta migliore

To print a lot label from manufacturing order you need to set model = mrp.production.
To reference the lot information set fields like: mrp.production.lot_producing_id.name


Tips - perhaps you know already.

Two free tools to work on ZPL label layout:

Get the ZPL programming manual: https://www.zebra.com/gb/en/search.html#q=ZPL%20manual&t=All

Use Labelary viewer to work on changing layout after you have set up the report in Odoo: https://labelary.com/viewer.html

If you have a Zebra printer connected, you can also get the Zebra Essential Designer without a license.  There you can design labels really as wysiwig, and save it as ZPL file (use print to file).  Quick an easy to get the ZPL code correct.  

https://www.zebra.com/us/en/support-downloads/software/printer-software/zebra-designer-3-downloads.html?downloadId=81ad3292-7f21-4dca-bd86-2535cb5c066f

0
Avatar
Abbandona
Ti stai godendo la conversazione? Non leggere soltanto, partecipa anche tu!

Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!

Registrati
Post correlati Risposte Visualizzazioni Attività
Label printing is not showing the name of the product
printing label customization
Avatar
Avatar
1
mar 15
5220
Odoo does not print GTIN (human readable UPC #) on label with lots selected.
upc label Lots/Serial gtin
Avatar
Avatar
2
gen 24
2276
menu of printing lot/sn numbers on receipt step (odoo 15.sh)
inventory printing label Lot/SN
Avatar
Avatar
1
giu 22
2973
How to accurately print a selection of product labels ?
product v7 printing label
Avatar
0
mar 15
4979
Print button doesnt appear on products list view?
warehouse product printing label labels
Avatar
Avatar
Avatar
3
mag 15
8416
Community
  • Tutorial
  • Documentazione
  • Forum
Open source
  • Scarica
  • Github
  • Runbot
  • Traduzioni
Servizi
  • Hosting Odoo.sh
  • Supporto
  • Aggiornamenti
  • Sviluppi personalizzati
  • Formazione
  • Trova un contabile
  • Trova un partner
  • Diventa nostro partner
Chi siamo
  • La nostra azienda
  • Branding
  • Contattaci
  • Lavora con noi
  • Eventi
  • Podcast
  • Blog
  • Clienti
  • Note legali • Privacy
  • Sicurezza
الْعَرَبيّة 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 è un gestionale di applicazioni aziendali open source pensato per coprire tutte le esigenze della tua azienda: CRM, Vendite, E-commerce, Magazzino, Produzione, Fatturazione elettronica, Project Management e molto altro.

Il punto di forza di Odoo è quello di offrire un ecosistema unico di app facili da usare, intuitive e completamente integrate tra loro.

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