Skip ke Konten
Odoo Menu
  • Login
  • Uji coba gratis
  • Aplikasi
    Keuangan
    • Akuntansi
    • Faktur
    • Pengeluaran
    • Spreadsheet (BI)
    • Dokumen
    • Tanda Tangan
    Sales
    • CRM
    • Sales
    • POS Toko
    • POS Restoran
    • Langganan
    • Rental
    Website
    • Website Builder
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Rantai Pasokan
    • Inventaris
    • Manufaktur
    • PLM
    • Purchase
    • Maintenance
    • Kualitas
    Sumber Daya Manusia
    • Karyawan
    • Rekrutmen
    • Cuti
    • Appraisal
    • Referensi
    • Armada
    Marketing
    • Social Marketing
    • Email Marketing
    • SMS Marketing
    • Acara
    • Otomatisasi Marketing
    • Survei
    Layanan
    • Project
    • Timesheet
    • Layanan Lapangan
    • Meja Bantuan
    • Planning
    • Appointment
    Produktivitas
    • Diskusi
    • Approval
    • IoT
    • VoIP
    • Pengetahuan
    • WhatsApp
    Aplikasi pihak ketiga Odoo Studio Platform Odoo Cloud
  • Industri-Industri
    Retail
    • Toko Buku
    • Toko Baju
    • Toko Furnitur
    • Toko Kelontong
    • Toko Hardware
    • Toko Mainan
    Makanan & Hospitality
    • Bar dan Pub
    • Restoran
    • Fast Food
    • Rumah Tamu
    • Distributor Minuman
    • Hotel
    Real Estate
    • Agensi Real Estate
    • Firma Arsitektur
    • Konstruksi
    • Estate Management
    • Perkebunan
    • Asosiasi Pemilik Properti
    Konsultansi
    • Firma Akuntansi
    • Mitra Odoo
    • Agensi Marketing
    • Firma huku
    • Talent Acquisition
    • Audit & Sertifikasi
    Manufaktur
    • Tekstil
    • Logam
    • Perabotan
    • Makanan
    • Brewery
    • Corporate Gift
    Kesehatan & Fitness
    • Sports Club
    • Toko Kacamata
    • Fitness Center
    • Wellness Practitioners
    • Farmasi
    • Salon Rambut
    Perdagangan
    • Handyman
    • IT Hardware & Support
    • Sistem-Sistem Energi Surya
    • Pembuat Sepatu
    • Cleaning Service
    • Layanan HVAC
    Lainnya
    • Organisasi Nirlaba
    • Agen Lingkungan
    • Rental Billboard
    • Fotografi
    • Penyewaan Sepeda
    • Reseller Software
    Browse semua Industri
  • Komunitas
    Belajar
    • Tutorial-tutorial
    • Dokumentasi
    • Sertifikasi
    • Pelatihan
    • Blog
    • Podcast
    Empower Education
    • Program Edukasi
    • Game Bisnis 'Scale Up!'
    • Kunjungi Odoo
    Dapatkan Softwarenya
    • Download
    • Bandingkan Edisi
    • Daftar Rilis
    Kolaborasi
    • Github
    • Forum
    • Acara
    • Terjemahan
    • Menjadi Partner
    • Layanan untuk Partner
    • Daftarkan perusahaan Akuntansi Anda.
    Dapatkan Layanan
    • Temukan Mitra
    • Temukan Akuntan
    • Temui penasihat
    • Layanan Implementasi
    • Referensi Pelanggan
    • Bantuan
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Dapatkan demo
  • Harga
  • Bantuan

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

  • CRM
  • e-Commerce
  • Akuntansi
  • Inventaris
  • PoS
  • Project
  • MRP
All apps
Anda harus terdaftar untuk dapat berinteraksi di komunitas.
Semua Post Orang Lencana-Lencana
Label (Lihat semua)
odoo accounting v14 pos v15
Mengenai forum ini
Anda harus terdaftar untuk dapat berinteraksi di komunitas.
Semua Post Orang Lencana-Lencana
Label (Lihat semua)
odoo accounting v14 pos v15
Mengenai forum ini
Help

Is Odoo 16 able to generate GS1 barcodes?

Langganan

Dapatkan notifikasi saat terdapat aktivitas pada post ini

Pertanyaan ini telah diberikan tanda
barcodeGS1v16
3 Replies
4364 Tampilan
Avatar
Č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
Avatar
Buang
Avatar
Lars Aam
Jawaban Terbai

Go to inventory settings.  Activate Barcode app. 

Set Default Nomeclature = GS1.

0
Avatar
Buang
Črtomir Dobravc
Penulis

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>

Avatar
Črtomir Dobravc
Penulis Jawaban Terbai

...

0
Avatar
Buang
Avatar
Ajin A K
Jawaban Terbai

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
Avatar
Buang
Črtomir Dobravc
Penulis

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?

Menikmati diskusi? Jangan hanya membaca, ikuti!

Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!

Daftar
Post Terkait Replies Tampilan Aktivitas
GS1 Barcode Creation for product variants
barcode GS1
Avatar
0
Mar 25
1224
How to set up Gs1-128 barcode
barcode GS1
Avatar
0
Jun 22
3353
Extend templates in barcode app Diselesaikan
barcode custom_module v16
Avatar
Avatar
1
Mei 24
2561
How to typeset a GS1 barcode? Diselesaikan
barcode quickstart GS1
Avatar
Avatar
Avatar
Avatar
4
Jan 24
11264
How to generate barcode and QR codes from Google sheet (GS1 compatible) ? Diselesaikan
inventory barcode quickstart GS1
Avatar
1
Jan 25
3400
Komunitas
  • Tutorial-tutorial
  • Dokumentasi
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Terjemahan
Layanan
  • Odoo.sh Hosting
  • Bantuan
  • Peningkatan
  • Custom Development
  • Pendidikan
  • Temukan Akuntan
  • Temukan Mitra
  • Menjadi Partner
Tentang Kami
  • Perusahaan kami
  • Aset Merek
  • Hubungi kami
  • Tugas
  • Acara
  • Podcast
  • Blog
  • Pelanggan
  • Hukum • Privasi
  • Keamanan
الْعَرَبيّة 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 adalah rangkaian aplikasi bisnis open source yang mencakup semua kebutuhan perusahaan Anda: CRM, eCommerce, akuntansi, inventaris, point of sale, manajemen project, dan seterusnya.

Mudah digunakan dan terintegrasi penuh pada saat yang sama adalah value proposition unik Odoo.

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