How to use barcode without EAN13?? in odoo

938 Views Asked by At

We want to print internal Product Barcodes because we do not need EAN Numbers for our Products. But it's not working when i put it into the Products "Internal Reference" Field. (example code: BX06WO01)

When i enter this number into the Product/"Internal Reference" Field and "Print Product Label" our Barcode Scanner can not read the printed code, generated from Open ERP In odoo Feature

Is it possible to export and scan a code like BX06WO01(Both Letters and Numeric values) ????

Thanks in Advance.......

1

There are 1 best solutions below

0
On

The label is based on a Odoo QWeb report, which can be found under Settings/Technical/User Interface/Views. You need to have the debug mode activated to see that menu.

There just search for report_simple_label. You can exchange EAN13 with for example Code128. Accepted types are:

Accepted types: 'Codabar', 'Code11', 'Code128', 'EAN13', 'EAN8', 'Extended39',
    'Extended93', 'FIM', 'I2of5', 'MSI', 'POSTNET', 'QR', 'Standard39', 'Standard93',
    'UPCA', 'USPS_4State'