I am seeking to do the following:
#1 When adding a new product we wish to automatically generate a new EAN13 barcode for that product. The generated bar code can be incremental.
I have figured out how to manually add the EAN13 barcodes, but would ideally like to generate them automatically on an incremental basis.
#2 How can we print the EAN13 barcodes that are generated using our barcode label printer?
I can not find an option in Odoo to "Print Barcode". Am I just missing this option or is there a 3rd party addon that will do this?
me too want to know about it..
@David, In regards to #1 I've come across this python script to generate a random EAN13 barcode: https://github.com/maxmumford/random-ean13-generator It is not (yet) an odoo module, however it would probably not take too much work to package into an Odoo module.
thanks Luke. I'll look into this and see about converting it to a module.