diff --git a/README.md b/README.md index f9ebed9c..fc41cf93 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ addon | version | maintainers | summary [stock_secondary_unit_weighing](stock_secondary_unit_weighing/) | 15.0.1.0.0 | | Show secondary unit info in the weighing assistant [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_auto_package](stock_weighing_auto_package/) | 15.0.1.0.0 | | Auto create package for every weighing operation [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 diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 744ebb4b..b8b86ad7 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -15.0.20240923.0 \ No newline at end of file +15.0.20241028.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index bff16102..8619a35b 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -15,6 +15,7 @@ 'odoo-addon-stock_secondary_unit_weighing>=15.0dev,<15.1dev', 'odoo-addon-stock_weighing>=15.0dev,<15.1dev', 'odoo-addon-stock_weighing_auto_create_lot>=15.0dev,<15.1dev', + 'odoo-addon-stock_weighing_auto_package>=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', diff --git a/stock_weighing_auto_package/README.rst b/stock_weighing_auto_package/README.rst index 5b81967a..25d4fd3a 100644 --- a/stock_weighing_auto_package/README.rst +++ b/stock_weighing_auto_package/README.rst @@ -7,7 +7,7 @@ Weighing auto package !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:27936af3cb3e69603e29a6b7b587ca48dbf64e05bb9d829f4ef904648866772d + !! source digest: sha256:14a02d83681502a8a5cfee9635ecfc469055e544a2c84fa5d8a1fa5443db023e !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/stock_weighing_auto_package/static/description/index.html b/stock_weighing_auto_package/static/description/index.html index 80f35f10..eb82b65d 100644 --- a/stock_weighing_auto_package/static/description/index.html +++ b/stock_weighing_auto_package/static/description/index.html @@ -8,10 +8,11 @@ /* :Author: David Goodger (goodger@python.org) -:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $ +:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $ :Copyright: This stylesheet has been placed in the public domain. Default cascading style sheet for the HTML output of Docutils. +Despite the name, some widely supported CSS2 features are used. See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to customize this style sheet. @@ -274,7 +275,7 @@ margin-left: 2em ; margin-right: 2em } -pre.code .ln { color: grey; } /* line numbers */ +pre.code .ln { color: gray; } /* line numbers */ pre.code, code { background-color: #eeeeee } pre.code .comment, code .comment { color: #5C6576 } pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold } @@ -300,7 +301,7 @@ span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -366,7 +367,7 @@

Weighing auto package

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:27936af3cb3e69603e29a6b7b587ca48dbf64e05bb9d829f4ef904648866772d +!! source digest: sha256:14a02d83681502a8a5cfee9635ecfc469055e544a2c84fa5d8a1fa5443db023e !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/stock-weighing Translate me on Weblate Try me on Runboat

Add auto package creator in weighing operations

@@ -411,7 +412,9 @@

Contributors

Maintainers

This module is maintained by the OCA.

-Odoo Community Association + +Odoo Community Association +

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.