Skip to content

Commit

Permalink
[BOT] post-merge updates
Browse files Browse the repository at this point in the history
  • Loading branch information
OCA-git-bot committed Sep 23, 2024
1 parent b9aff55 commit 5f08adf
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ addon | version | maintainers | summary
[stock_weighing](stock_weighing/) | 15.0.1.2.0 | | Weighing assistant for stock operations
[stock_weighing_auto_create_lot](stock_weighing_auto_create_lot/) | 15.0.1.0.0 | | Allow to create lots from the weighing kanban cards
[stock_weighing_remote_measure](stock_weighing_remote_measure/) | 15.0.1.0.0 | | Gather the operations weights remotely
[stock_weighing_threaded_print](stock_weighing_threaded_print/) | 15.0.1.0.1 | | Print labels on a different thread
[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

[//]: # (end addons)
Expand Down
2 changes: 1 addition & 1 deletion setup/_metapackage/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
15.0.20240920.6
15.0.20240923.0
1 change: 1 addition & 0 deletions setup/_metapackage/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
'odoo-addon-stock_weighing>=15.0dev,<15.1dev',
'odoo-addon-stock_weighing_auto_create_lot>=15.0dev,<15.1dev',
'odoo-addon-stock_weighing_remote_measure>=15.0dev,<15.1dev',
'odoo-addon-stock_weighing_threaded_print>=15.0dev,<15.1dev',
'odoo-addon-web_widget_remote_measure>=15.0dev,<15.1dev',
],
classifiers=[
Expand Down
2 changes: 1 addition & 1 deletion stock_weighing_threaded_print/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Weighing deferred label printing
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:27936af3cb3e69603e29a6b7b587ca48dbf64e05bb9d829f4ef904648866772d
!! source digest: sha256:fd56d20df0c519aa50f950595716ce53870bbe83d478806581f734aa4a54acda
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
Expand Down
2 changes: 1 addition & 1 deletion stock_weighing_threaded_print/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"name": "Weighing deferred label printing",
"summary": "Print labels on a different thread",
"version": "15.0.1.0.0",
"version": "15.0.1.0.1",
"development_status": "Beta",
"category": "Warehouse",
"website": "https://github.com/OCA/stock-weighing",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ <h1 class="title">Weighing deferred label printing</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:27936af3cb3e69603e29a6b7b587ca48dbf64e05bb9d829f4ef904648866772d
!! source digest: sha256:fd56d20df0c519aa50f950595716ce53870bbe83d478806581f734aa4a54acda
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<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>
<p>This module is aimed to speed up the label printing process by returning the control of
Expand Down

0 comments on commit 5f08adf

Please sign in to comment.