Skip to content

Commit

Permalink
[MIG] printer_zpl2: Migration to 17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fmdl committed May 29, 2024
1 parent 1d16253 commit 82895bf
Show file tree
Hide file tree
Showing 14 changed files with 448 additions and 406 deletions.
16 changes: 1 addition & 15 deletions printer_zpl2/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,20 +55,6 @@ To configure this module, you need to:
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
=====

Expand All @@ -89,7 +75,7 @@ models.
|Try me on Runbot|

.. |Try me on Runbot| image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
:target: https://runbot.odoo-community.org/runbot/144/12.0
:target: https://runbot.odoo-community.org/runbot/144/17.0

Changelog
=========
Expand Down
2 changes: 1 addition & 1 deletion printer_zpl2/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

{
"name": "Printer ZPL II",
"version": "16.0.1.0.0",
"version": "17.0.1.0.0",
"category": "Printer",
"summary": "Add a ZPL II label printing feature",
"author": "SUBTENO-IT, FLorent de Labarre, "
Expand Down
Loading

0 comments on commit 82895bf

Please sign in to comment.