Skip to main content

Printer ZPL II

Project description

License: AGPL-3

ZPL II Label printing

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.

Installation

Nothing special, just install the module.

Configuration

To configure this module, you need to:

  1. Go to Settings > Printing > Labels > ZPL II

  2. Create new labels

  3. Import ZPL2 code

  4. 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.

Try me on Runbot

Known issues / Roadmap

  • Develop a “Designer” view in a separate module, to allow drawing labels with simple mouse clicks/drags

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 smashing it by providing a detailed and welcomed feedback.

Credits

Images

  • Odoo Community Association: Icon.

Contributors

Maintainer

Odoo Community Association

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.

To contribute to this module, please visit https://odoo-community.org.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

odoo11_addon_printer_zpl2-11.0.1.0.1-py2.py3-none-any.whl (123.9 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file odoo11_addon_printer_zpl2-11.0.1.0.1-py2.py3-none-any.whl.

File metadata

  • Download URL: odoo11_addon_printer_zpl2-11.0.1.0.1-py2.py3-none-any.whl
  • Upload date:
  • Size: 123.9 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/30.4.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.5.3

File hashes

Hashes for odoo11_addon_printer_zpl2-11.0.1.0.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 51c4381bf45bda5aad853f676b4fcc826577e4f2251288d7dca9c58012d929b0
MD5 7aec37f9be3c72ca09546faf90b16b8a
BLAKE2b-256 fcff19a3bb137f4f9142eaab8a21e569cb0b2b42605871fe7ee9420c65fa3871

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page