File tree Expand file tree Collapse file tree 6 files changed +6
-4
lines changed
stock_weighing_threaded_print Expand file tree Collapse file tree 6 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ addon | version | maintainers | summary
29
29
[ stock_weighing] ( stock_weighing/ ) | 15.0.1.2.0 | | Weighing assistant for stock operations
30
30
[ stock_weighing_auto_create_lot] ( stock_weighing_auto_create_lot/ ) | 15.0.1.0.0 | | Allow to create lots from the weighing kanban cards
31
31
[ 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
32
33
[ 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
33
34
34
35
[ // ] : # ( end addons )
Original file line number Diff line number Diff line change 1
- 15.0.20240920.6
1
+ 15.0.20240923.0
Original file line number Diff line number Diff line change 16
16
'odoo-addon-stock_weighing>=15.0dev,<15.1dev' ,
17
17
'odoo-addon-stock_weighing_auto_create_lot>=15.0dev,<15.1dev' ,
18
18
'odoo-addon-stock_weighing_remote_measure>=15.0dev,<15.1dev' ,
19
+ 'odoo-addon-stock_weighing_threaded_print>=15.0dev,<15.1dev' ,
19
20
'odoo-addon-web_widget_remote_measure>=15.0dev,<15.1dev' ,
20
21
],
21
22
classifiers = [
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Weighing deferred label printing
7
7
!! This file is generated by oca-gen-addon-readme !!
8
8
!! changes will be overwritten. !!
9
9
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10
- !! source digest: sha256:27936af3cb3e69603e29a6b7b587ca48dbf64e05bb9d829f4ef904648866772d
10
+ !! source digest: sha256:fd56d20df0c519aa50f950595716ce53870bbe83d478806581f734aa4a54acda
11
11
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12
12
13
13
.. |badge1 | image :: https://img.shields.io/badge/maturity-Beta-yellow.png
Original file line number Diff line number Diff line change 3
3
{
4
4
"name" : "Weighing deferred label printing" ,
5
5
"summary" : "Print labels on a different thread" ,
6
- "version" : "15.0.1.0.0 " ,
6
+ "version" : "15.0.1.0.1 " ,
7
7
"development_status" : "Beta" ,
8
8
"category" : "Warehouse" ,
9
9
"website" : "https://github.com/OCA/stock-weighing" ,
Original file line number Diff line number Diff line change @@ -367,7 +367,7 @@ <h1 class="title">Weighing deferred label printing</h1>
367
367
!! This file is generated by oca-gen-addon-readme !!
368
368
!! changes will be overwritten. !!
369
369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370
- !! source digest: sha256:27936af3cb3e69603e29a6b7b587ca48dbf64e05bb9d829f4ef904648866772d
370
+ !! source digest: sha256:fd56d20df0c519aa50f950595716ce53870bbe83d478806581f734aa4a54acda
371
371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372
372
< 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&target_branch=15.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
373
373
< p > This module is aimed to speed up the label printing process by returning the control of
You can’t perform that action at this time.
0 commit comments