v 13.0 Third Party 14356
Download for v 13.0 Deploy on Odoo.sh
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Inventory (stock)
Discuss (mail)
Lines of code 105
Technical Name product_barcode
LicenseAGPL-3
Websitehttps://www.cybrosys.com
Versions 17.0 10.0 11.0 12.0 13.0 14.0 16.0 15.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Inventory (stock)
Discuss (mail)
Lines of code 105
Technical Name product_barcode
LicenseAGPL-3
Websitehttps://www.cybrosys.com
Versions 17.0 10.0 11.0 12.0 13.0 14.0 16.0 15.0

Product Barcode Generator

Generates EAN13 Standard Barcode for Product

Cybrosys Technologies

Features:

  •    Generates Barcode Automatically.
  •    Print Variant Price on Product Labels.
  •    Print Variant Name on Product Labels.

Overview

The module automatically generates EAN13 standard barcode for each product while you create it. The module also introduces a new feature to print product variant price on the product label. Presently Odoo doesn’t have these features.

Product Master

☛ Create a Product.

Product Labels

☛ Variant name on label.
☛ Variant sale price on label.

Need Any Help?

Email Contact Us Request Customization

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author, please use the developer contact information. They can usually be found in the description.
Please choose a rating from 1 to 5 for this module.
Please check your code.
by
Muhammed Nishad
on 1/28/21, 5:30 AM

@mayank you may be using the same barcode for two variants or maybe all of your variants are copying the same product template.


Error while adding Variants
by
Mayank
on 10/18/20, 7:21 AM


Throwing error - " A barcode can be asigned to one product " while adding new variants. Please help


by
Alberto Benitez Bahena
on 1/31/23, 9:55 AM

I have the following error when creating a product 

A barcode can only be assigned to one product! 

Please how can I solve it

Re:
by
Cybrosys Technologies
on 3/3/23, 12:50 AM Author

We have solved the issue. Thanks for reporting


by
Alberto Benitez Bahena
on 1/31/23, 9:54 AM

I have the following error when creating a product 

A barcode can only be assigned to one product! 

Please how can I solve it


by
Israr Awan
on 7/6/22, 3:04 AM

can we make custom barcode using your module? and is that supporting multi companies?

Thank you.


by
esu.lezelalemyenur@gmail.com
on 3/12/21, 2:58 AM

am using barcode generator version 13. it works fine on the new creation but it does not work when I try to import from excel.

did you have any help?

returned error is like this, NB there is no duplicate barcode in the existing product

  • duplicate key value violates unique constraint "product_product_barcode_uniq" DETAIL: Key (barcode)=(5300000000006) already exists. at 2 different rows:
    • Row 4 (Bose Mini Bluetooth Speaker)
    • Row 21 (Mouse, Wireless)
  • duplicate key value violates unique constraint "product_product_barcode_uniq" DETAIL: Key (barcode)=(5200000000009) already exists. at row 11 (Self Build Kit)
  • duplicate key value violates unique constraint "product_product_barcode_uniq" DETAIL: Key (barcode)=(5400000000003) already exists. at row 14 (Computer Case)
  • duplicate key value violates unique constraint "product_product_barcode_uniq" DETAIL: Key (barcode)=(5280000000001) already exists. at row 19 (Laptop Charger)
  • duplicate key value violates unique constraint "product_product_barcode_uniq" DETAIL: Key (barcode)=(5290000000000) already exists. at row 20 (Laptop Keypad)
  • duplicate key value violates unique constraint "product_product_barcode_uniq" DETAIL: Key (barcode)=(5310000000005) already exists. at row 22 (Alice's Adventures in Wonderland - Lewis Caroll)
  • duplicate key value violates unique constraint "product_product_barcode_uniq" DETAIL: Key (barcode)=(5320000000004) already exists. at row 23 (Warranty)
  • duplicate key value violates unique constraint "product_product_barcode_uniq" DETAIL: Key (barcode)=(5330000000003) already exists. at row 24 (Basic Membership)
  • duplicate key value violates unique constraint "product_product_barcode_uniq" DETAIL: Key (barcode)=(5340000000002) already exists. at row 25 (Silver Membership

Odoo edition
by
suneel
on 10/12/20, 4:03 AM

Hi,

does this module work on odoo 13 community edition??

Regards,

Suneel

Re: Odoo edition
by
Cybrosys Technologies
on 10/12/20, 6:55 AM Author

Yes


instructions
by
Pileco
on 9/6/20, 11:55 PM

I have installed the module and tried to create a part. It does not place a barcode into the barcode area.

Thanks


It's doesn't works on v.13
by
yurii.stetsura@softformance.com
on 1/22/20, 10:34 AM

Barcode is not assigned.


Yurii
by
yurii.stetsura@softformance.com
on 1/22/20, 9:13 AM

It's doesn't works on v.13 Barcode is not assigned.


barcde reading error
by
Usman Farzand
on 12/6/19, 12:08 AM

barcode is not scan by scaner in your report and also not properly print out in sticker pls any configuration or update


When I print Product Bar code in V-13
by
Usman Farzand
on 11/21/19, 1:35 AM

Odoo Server Error Traceback (most recent call last): File "/opt/odoo13/odoo/odoo/addons/base/models/qweb.py", line 332, in _compiled_fn return compiled(self, append, new, options, log) File "", line 1, in template_product_report_simple_barcode_728 AttributeError: 'product.product' object has no attribute 'attribute_value_ids' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/odoo13/odoo/addons/web/controllers/main.py", line 2015, in report_download response = self.report_routes(reportname, docids=docids, converter=converter, context=context) File "/opt/odoo13/odoo/odoo/http.py", line 510, in response_wrap response = f(*args, **kw) File "/opt/odoo13/odoo/addons/web/controllers/main.py", line 1953, in report_routes pdf = report.with_context(context).render_qweb_pdf(docids, data=data)[0] File "/opt/odoo13/odoo/odoo/addons/base/models/ir_actions_report.py", line 716, in render_qweb_pdf html = self.with_context(context).render_qweb_html(res_ids, data=data)[0] File "/opt/odoo13/odoo/odoo/addons/base/models/ir_actions_report.py", line 756, in render_qweb_html return self.render_template(self.report_name, data), 'html' File "/opt/odoo13/odoo/odoo/addons/base/models/ir_actions_report.py", line 541, in render_template return view_obj.render_template(template, values) File "/opt/odoo13/odoo/odoo/addons/base/models/ir_ui_view.py", line 1154, in render_template return self.browse(self.get_view_id(template)).render(values, engine) File "/opt/odoo13/odoo/addons/web_editor/models/ir_ui_view.py", line 25, in render return super(IrUiView, self).render(values=values, engine=engine, minimal_qcontext=minimal_qcontext) File "/opt/odoo13/odoo/odoo/addons/base/models/ir_ui_view.py", line 1162, in render return self.env[engine].render(self.id, qcontext) File "/opt/odoo13/odoo/odoo/addons/base/models/ir_qweb.py", line 58, in render result = super(IrQWeb, self).render(id_or_xml_id, values=values, **context) File "/opt/odoo13/odoo/odoo/addons/base/models/qweb.py", line 260, in render self.compile(template, options)(self, body.append, values or {}) File "/opt/odoo13/odoo/odoo/addons/base/models/qweb.py", line 334, in _compiled_fn raise e File "/opt/odoo13/odoo/odoo/addons/base/models/qweb.py", line 332, in _compiled_fn return compiled(self, append, new, options, log) File "", line 1, in template_product_report_producttemplatebarcode_721 File "", line 2, in body_call_content_719 File "", line 4, in foreach_718 File "", line 5, in foreach_717 File "/opt/odoo13/odoo/odoo/addons/base/models/qweb.py", line 339, in _compiled_fn raise QWebException("Error to render compiling AST", e, path, node and etree.tostring(node[0], encoding='unicode'), name) odoo.addons.base.models.qweb.QWebException: 'product.product' object has no attribute 'attribute_value_ids' Traceback (most recent call last): File "/opt/odoo13/odoo/odoo/addons/base/models/qweb.py", line 332, in _compiled_fn return compiled(self, append, new, options, log) File "", line 1, in template_product_report_simple_barcode_728 AttributeError: 'product.product' object has no attribute 'attribute_value_ids' Error to render compiling AST AttributeError: 'product.product' object has no attribute 'attribute_value_ids' Template: product.report_simple_barcode Path: /t/div/table/thead/tr/td/strong[2]/span Node:

Re: When I print Product Bar code in V-13
by
Cybrosys Technologies
on 11/24/19, 11:34 PM Author

Thanks for reporting. Fixed


Error
by
Usman Farzand
on 11/19/19, 6:24 AM

Its giving error when i create product variants.... any solution please