Skip to content

Commit e3ff7bf

Browse files
committed
[BOT] post-merge updates
1 parent 964c773 commit e3ff7bf

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Available addons
2222
addon | version | maintainers | summary
2323
--- | --- | --- | ---
2424
[base_report_to_printer](base_report_to_printer/) | 17.0.1.1.1 | | Report to printer
25+
[printer_zpl2](printer_zpl2/) | 17.0.1.0.0 | | Add a ZPL II label printing feature
2526

2627
[//]: # (end addons)
2728

printer_zpl2/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Printer ZPL II
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:0205041d24095e143639c6bde7b129dfb5c1afd149df42cceeb9f0908db36673
10+
!! source digest: sha256:c73a3440136e835fcdbabeef358aab02e9d5ba8415663c53e3ff7a1bd521f379
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png

printer_zpl2/static/description/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ <h1 class="title">Printer ZPL II</h1>
367367
!! This file is generated by oca-gen-addon-readme !!
368368
!! changes will be overwritten. !!
369369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:0205041d24095e143639c6bde7b129dfb5c1afd149df42cceeb9f0908db36673
370+
!! source digest: sha256:c73a3440136e835fcdbabeef358aab02e9d5ba8415663c53e3ff7a1bd521f379
371371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372372
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/report-print-send/tree/17.0/printer_zpl2"><img alt="OCA/report-print-send" src="https://img.shields.io/badge/github-OCA%2Freport--print--send-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/report-print-send-17-0/report-print-send-17-0-printer_zpl2"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/report-print-send&amp;target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373373
<p>This module extends the <strong>Report to printer</strong>

setup/_metapackage/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
[project]
22
name = "odoo-addons-oca-report-print-send"
3-
version = "17.0.20240308.0"
3+
version = "17.0.20250227.0"
44
dependencies = [
55
"odoo-addon-base_report_to_printer>=17.0dev,<17.1dev",
6+
"odoo-addon-printer_zpl2>=17.0dev,<17.1dev",
67
]
78
classifiers=[
89
"Programming Language :: Python",

0 commit comments

Comments
 (0)