Skip to Content
Odoo Menu
  • Zaloguj się
  • Wypróbuj za darmo
  • Aplikacje
    Finanse
    • Księgowość
    • Fakturowanie
    • Wydatki
    • Arkusz kalkulacyjny (BI)
    • Dokumenty
    • Podpisy
    Sprzedaż
    • CRM
    • Sprzedaż
    • PoS Sklep
    • PoS Restauracja
    • Subskrypcje
    • Wypożyczalnia
    Strony Internetowe
    • Kreator Stron Internetowych
    • eCommerce
    • Blog
    • Forum
    • Czat na Żywo
    • eLearning
    Łańcuch dostaw
    • Magazyn
    • Produkcja
    • PLM
    • Zakupy
    • Konserwacja
    • Jakość
    Zasoby Ludzkie
    • Pracownicy
    • Rekrutacja
    • Urlopy
    • Ocena pracy
    • Polecenia Pracownicze
    • Flota
    Marketing
    • Marketing Społecznościowy
    • E-mail Marketing
    • SMS Marketing
    • Wydarzenia
    • Automatyzacja Marketingu
    • Ankiety
    Usługi
    • Projekt
    • Ewidencja czasu pracy
    • Usługi Terenowe
    • Helpdesk
    • Planowanie
    • Spotkania
    Produktywność
    • Dyskusje
    • Zatwierdzenia
    • IoT
    • VoIP
    • Baza wiedzy
    • WhatsApp
    Aplikacje trzecich stron Studio Odoo Odoo Cloud Platform
  • Branże
    Sprzedaż detaliczna
    • Księgarnia
    • Sklep odzieżowy
    • Sklep meblowy
    • Sklep spożywczy
    • Sklep z narzędziami
    • Sklep z zabawkami
    Żywienie i hotelarstwo
    • Bar i Pub
    • Restauracja
    • Fast Food
    • Pensjonat
    • Dystrybutor napojów
    • Hotel
    Agencja nieruchomości
    • Agencja nieruchomości
    • Biuro architektoniczne
    • Budowa
    • Zarządzanie nieruchomościami
    • Ogrodnictwo
    • Stowarzyszenie właścicieli nieruchomości
    Doradztwo
    • Biuro księgowe
    • Partner Odoo
    • Agencja marketingowa
    • Kancelaria prawna
    • Agencja rekrutacyjna
    • Audyt i certyfikacja
    Produkcja
    • Tekstylia
    • Metal
    • Meble
    • Jedzenie
    • Browar
    • Prezenty firmowe
    Zdrowie & Fitness
    • Klub sportowy
    • Salon optyczny
    • Centrum fitness
    • Praktycy Wellness
    • Apteka
    • Salon fryzjerski
    Transakcje
    • Złota rączka
    • Wsparcie Sprzętu IT
    • Systemy energii słonecznej
    • Szewc
    • Firma sprzątająca
    • Usługi HVAC
    Inne
    • Organizacja non-profit
    • Agencja Środowiskowa
    • Wynajem billboardów
    • Fotografia
    • Leasing rowerów
    • Sprzedawca oprogramowania
    Przeglądaj wszystkie branże
  • Community
    Ucz się
    • Samouczki
    • Dokumentacja
    • Certyfikacje
    • Szkolenie
    • Blog
    • Podcast
    Pomóż w nauce innym
    • Program Edukacyjny
    • Scale Up! Gra biznesowa
    • Odwiedź Odoo
    Skorzystaj z oprogramowania
    • Pobierz
    • Porównaj edycje
    • Wydania
    Współpracuj
    • Github
    • Forum
    • Wydarzenia
    • Tłumaczenia
    • Zostań partnerem
    • Usługi dla partnerów
    • Zarejestruj swoją firmę rachunkową
    Skorzystaj z usług
    • Znajdź partnera
    • Znajdź księgowego
    • Spotkaj się z doradcą
    • Usługi wdrożenia
    • Opinie klientów
    • Wsparcie
    • Aktualizacje
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Zaplanuj demo
  • Cennik
  • Pomoc

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

  • CRM
  • e-Commerce
  • Księgowość
  • Zapasy
  • PoS
  • Projekt
  • MRP
All apps
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
Wszystkie posty Osoby Odznaki
Tagi (Zobacz wszystko)
odoo accounting v14 pos v15
O tym forum
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
Wszystkie posty Osoby Odznaki
Tagi (Zobacz wszystko)
odoo accounting v14 pos v15
O tym forum
Pomoc

Is Odoo 16 able to generate GS1 barcodes?

Zaprenumeruj

Otrzymaj powiadomienie o aktywności w tym poście

To pytanie dostało ostrzeżenie
barcodeGS1v16
3 Odpowiedzi
4367 Widoki
Awatar
Črtomir Dobravc

As the title asks, does Odoo 16 support generation of GS1 barcodes. As it seems to me it does not. It automatically generates Code 128 type of barcode.


I have not found any apps or plugins that would provide this functionality. Maybe I'm missing something.


Is there any setting that will enable GS1 barcode generation?

0
Awatar
Odrzuć
Awatar
Lars Aam
Najlepsza odpowiedź

Go to inventory settings.  Activate Barcode app. 

Set Default Nomeclature = GS1.

0
Awatar
Odrzuć
Črtomir Dobravc
Autor

If I understand correctly, this just enables Odoo to read and work with GS1 barcodes, but doesn't enable the GS1 code generation within Odoo?

Lars Aam

I looked at the code for print Lot numbers PDF - see part of extract below.
It looks to me that i say: If user have Group 'Print GS1 Barcodes for Lot & Serial Numbers' and product barcode is valid GTIN, print GS1 barcode.

t-att-style="barcode_index >= len(page_docs) and 'visibility:hidden'">
<div t-att-style="'position:relative; width:43mm; height:19mm; border: 1px solid %s;' % (o.env.user.company_id.primary_color or 'black')">
<t t-set="final_barcode" t-value="''"/>
<t t-if="env.user.has_group('stock.group_stock_lot_print_gs1')">
<t t-if="o.product_id.valid_ean" t-set="final_barcode" t-value="'01' + '0' * (14 - len(o.product_id.barcode)) + o.product_id.barcode"/>
<t name="gs1_datamatrix_lot" t-if="o.product_id.tracking == 'lot'" t-set="final_barcode" t-value="(final_barcode or '') + '10' + o.name"/>
<t t-elif="o.product_id.tracking == 'serial'" t-set="final_barcode" t-value="(final_barcode or '') + '21' + o.name"/>
</t>
<div class="o_label_4x12" t-field="o.product_id.display_name" t-att-style="'width:22mm' if final_barcode else ''"/>
<div class="o_label_4x12" name="lot_name" t-field="o.name" t-att-style="'width:22mm' if final_barcode else ''"/>
<t t-if="env.user.has_group('stock.group_stock_lot_print_gs1')">
<div t-if="final_barcode" t-att-style="'position:absolute; right:.5px; bottom:.5px'" t-out="final_barcode" t-options="{'widget': 'barcode', 'symbology': 'ECC200DataMatrix', 'img_style': 'width:17mm; height:17mm'}"/>
</t>
<t t-else="">
<div t-field="o.name" t-options="{'widget': 'barcode', 'img_style': 'width:100%; height:35%'}"/>
</t>

Awatar
Črtomir Dobravc
Autor Najlepsza odpowiedź

...

0
Awatar
Odrzuć
Awatar
Ajin A K
Najlepsza odpowiedź

You are correct. Odoo 16 itself does not directly generate GS1 barcodes. It focuses on interpreting and using existing GS1 barcodes provided by the user. Here's a breakdown:

  • GS1 Barcodes: These are standardized barcodes used for global supply chain management. They require purchasing a unique Global Trade Item Number (GTIN) from GS1.
  • Odoo Barcode Functionality: Odoo can interpret and utilize information encoded in GS1 barcodes for tasks like warehouse management and product identification. It can also print these barcodes if you provide the GS1 code.
  • Code 128: This is a common barcode type that Odoo can generate automatically. It can encode various data types but is not specifically designed for GS1 standards.

There are currently no built-in settings or official apps in Odoo 16 to directly generate GS1 barcodes. However, you have a few options:

  1. Manual Entry: You can enter the 14-digit GTIN provided by GS1 into the "Barcode" field on the product form in Odoo. This allows Odoo to utilize the information in the GS1 barcode.
  2. Third-party Tools: Explore external barcode generation tools or services that can create GS1 barcodes based on your GTIN. You can then import these generated barcodes into Odoo.
  3. Custom Development: If you have development resources, consider creating a custom Odoo module that interacts with GS1 APIs to generate barcodes based on GTINs.

Here are some additional resources:

  • Odoo GS1 Barcode Usage: https://www.gs1.org/standards/id-keys/gtin

While Odoo 16 doesn't natively generate GS1 barcodes, the options above allow you to leverage GS1 functionality within your Odoo system.

0
Awatar
Odrzuć
Črtomir Dobravc
Autor

Appreciate the comprehensive answer. I do have a follow up question.

We have already purchased the GTIN numbers so we have those. We've also added a custom python code for a custom field that combines the GTIN, batch number and best by date and outputs the GS1 code in numerical format (example: 01084759326134821525111910240520). Hence we would just need for the number to be encoded as GS1 barcode too so we can print the labels.

If I understand you correctly, this is impossible in Odoo?

Podoba Ci się ta dyskusja? Dołącz do niej!

Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!

Zarejestruj się
Powiązane posty Odpowiedzi Widoki Czynność
GS1 Barcode Creation for product variants
barcode GS1
Awatar
0
mar 25
1224
How to set up Gs1-128 barcode
barcode GS1
Awatar
0
cze 22
3354
Extend templates in barcode app Rozwiązane
barcode custom_module v16
Awatar
Awatar
1
maj 24
2562
How to typeset a GS1 barcode? Rozwiązane
barcode quickstart GS1
Awatar
Awatar
Awatar
Awatar
4
sty 24
11267
How to generate barcode and QR codes from Google sheet (GS1 compatible) ? Rozwiązane
inventory barcode quickstart GS1
Awatar
1
sty 25
3400
Społeczność
  • Samouczki
  • Dokumentacja
  • Forum
Open Source
  • Pobierz
  • Github
  • Runbot
  • Tłumaczenia
Usługi
  • Hosting Odoo.sh
  • Wsparcie
  • Aktualizacja
  • Indywidualne rozwiązania
  • Edukacja
  • Znajdź księgowego
  • Znajdź partnera
  • Zostań partnerem
O nas
  • Nasza firma
  • Zasoby marki
  • Skontaktuj się z nami
  • Oferty pracy
  • Wydarzenia
  • Podcast
  • Blog
  • Klienci
  • Informacje prawne • Prywatność
  • Bezpieczeństwo Odoo
الْعَرَبيّة 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 to pakiet aplikacji biznesowych typu open source, które zaspokoją wszystkie potrzeby Twojej firmy: CRM, eCommerce, księgowość, inwentaryzacja, punkt sprzedaży, zarządzanie projektami itp.

Unikalną wartością Odoo jest to, że jest jednocześnie bardzo łatwe w użyciu i w pełni zintegrowane.

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