Add a ZPL II label printing feature
Project description
This module extends the Report to printer (base_report_to_printer) module to add a ZPL II label printing feature.
This module is meant to be used as a base for module development, and does not provide a GUI on its own. See below for more details.
Table of contents
Installation
Nothing special, just install the module.
Configuration
To configure this module, you need to:
Go to Settings > Printing > Labels > ZPL II
Create new labels
Import ZPL2 code
Use the Test Mode tab during the creation
It’s also possible to add a label printing wizard on any model by creating a new ir.actions.act_window record. For example, to add the printing wizard on the product.product model
<act_window id="action_wizard_purchase" name="Print Label" src_model="product.product" res_model="wizard.print.record.label" view_mode="form" target="new" key2="client_action_multi"/>
Usage
To print a label, you need to call use the label printing method from anywhere (other modules, server actions, etc.).
Example : Print the label of a product
self.env['printing.label.zpl2'].browse(label_id).print_label( self.env['printing.printer'].browse(printer_id), self.env['product.product'].browse(product_id))
You can also use the generic label printing wizard, if added on some models.
Changelog
13.0.1.0.0 (2019-09-30)
[RELEASE] Port from V12.
Selection lists do not support integers any longer
Binary field now returns False when empty instead of none, change tests to reflect this
work around an appels vs oranges warning
Bug Tracker
Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed feedback.
Do not contact contributors directly about support or help with technical issues.
Credits
Contributors
Sylvain Garancher <sylvain.garancher@syleam.fr>
Florent de Labarre
Jos De Graeve <Jos.DeGraeve@apertoso.be>
Rod Schouteden <rod.schouteden@dynapps.be>
Miquel Raïch <miquel.raich@forgeflow.com>
Lois Rilo <lois.rilo@forgeflow.com>
Tran Quoc Duong <duontq@trobz.com>
Maintainers
This module is maintained by the OCA.
OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.
This module is part of the OCA/report-print-send project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file odoo_addon_printer_zpl2-16.0.1.1.0-py3-none-any.whl
.
File metadata
- Download URL: odoo_addon_printer_zpl2-16.0.1.1.0-py3-none-any.whl
- Upload date:
- Size: 158.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8cc10510c007488b9a360a93f1e86210d90b6031588ba2cdda870d8881f4c2e8 |
|
MD5 | 6d3f380dec0230a066483cec95fcc002 |
|
BLAKE2b-256 | 3c80c6f426b8c5457cca8c20148f23c6e0fe58dd7bef2e5857784d36c859745c |