| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Point of Sale (point_of_sale)
• Discuss (mail) • Inventory (stock) • Invoicing (account) |
| Community Apps Dependencies | Show |
| Lines of code | 1959 |
| Technical Name |
product_print_zpl_barcode |
| License | AGPL-3 |
| Website | https://github.com/akretion/odoo-usability |
| Versions | 10.0 14.0 16.0 |
Print product barcode stickers on ZPL printer
This module adds a wizard on product.product form view which allows to generate and print a product barcode sticker on a ZPL printer (such as Zebra GC420, GK420, ...). It can print:
- regular product barcode stickers. These stickers will show: * product name * product price * EAN13 or EAN8 barcode
- price/weight barcode stickers. These stickers will show: * product name * weight (the wizard asks for this info) * price * price per kg * EAN13 barcode
It also allows to generate a private barcode for products without barcode. For that, you must configure the sequence "private.product.barcode". This sequence must be configured to produce 12 digits (for EAN13) or 7 digits (for EAN8) ; the checksum will be added automatically.
This module has been written by Alexis de Lattre from Akretion <alexis.delattre@akretion.com>.
Please log in to comment on this module