Skip to content

Commit 5f08adf

Browse files
committed
[BOT] post-merge updates
1 parent b9aff55 commit 5f08adf

File tree

6 files changed

+6
-4
lines changed

6 files changed

+6
-4
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ addon | version | maintainers | summary
2929
[stock_weighing](stock_weighing/) | 15.0.1.2.0 | | Weighing assistant for stock operations
3030
[stock_weighing_auto_create_lot](stock_weighing_auto_create_lot/) | 15.0.1.0.0 | | Allow to create lots from the weighing kanban cards
3131
[stock_weighing_remote_measure](stock_weighing_remote_measure/) | 15.0.1.0.0 | | Gather the operations weights remotely
32+
[stock_weighing_threaded_print](stock_weighing_threaded_print/) | 15.0.1.0.1 | | Print labels on a different thread
3233
[web_widget_remote_measure](web_widget_remote_measure/) | 15.0.1.0.1 | [![chienandalu](https://github.com/chienandalu.png?size=30px)](https://github.com/chienandalu) | Allows to connect to remote devices to record measures
3334

3435
[//]: # (end addons)

setup/_metapackage/VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
15.0.20240920.6
1+
15.0.20240923.0

setup/_metapackage/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
'odoo-addon-stock_weighing>=15.0dev,<15.1dev',
1717
'odoo-addon-stock_weighing_auto_create_lot>=15.0dev,<15.1dev',
1818
'odoo-addon-stock_weighing_remote_measure>=15.0dev,<15.1dev',
19+
'odoo-addon-stock_weighing_threaded_print>=15.0dev,<15.1dev',
1920
'odoo-addon-web_widget_remote_measure>=15.0dev,<15.1dev',
2021
],
2122
classifiers=[

stock_weighing_threaded_print/README.rst

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

stock_weighing_threaded_print/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"name": "Weighing deferred label printing",
55
"summary": "Print labels on a different thread",
6-
"version": "15.0.1.0.0",
6+
"version": "15.0.1.0.1",
77
"development_status": "Beta",
88
"category": "Warehouse",
99
"website": "https://github.com/OCA/stock-weighing",

stock_weighing_threaded_print/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">Weighing deferred label printing</h1>
367367
!! This file is generated by oca-gen-addon-readme !!
368368
!! changes will be overwritten. !!
369369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:27936af3cb3e69603e29a6b7b587ca48dbf64e05bb9d829f4ef904648866772d
370+
!! source digest: sha256:fd56d20df0c519aa50f950595716ce53870bbe83d478806581f734aa4a54acda
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/stock-weighing/tree/15.0/stock_weighing_threaded_print"><img alt="OCA/stock-weighing" src="https://img.shields.io/badge/github-OCA%2Fstock--weighing-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/stock-weighing-15-0/stock-weighing-15-0-stock_weighing_threaded_print"><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/stock-weighing&amp;target_branch=15.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373373
<p>This module is aimed to speed up the label printing process by returning the control of

0 commit comments

Comments
 (0)