diff --git a/README.md b/README.md index a1b0b528..58a0021f 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ addon | version | maintainers | summary [sale_stock_weighing](sale_stock_weighing/) | 15.0.1.0.0 | | Weight assistant extension sales [stock_picking_batch_weighing](stock_picking_batch_weighing/) | 15.0.1.0.0 | | Launch the weighing assistant from batch pickings [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.2.1.0 | | Weighing assistant for stock operations +[stock_weighing](stock_weighing/) | 15.0.2.1.1 | | 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.1.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 diff --git a/stock_weighing/README.rst b/stock_weighing/README.rst index 841959a4..b9ca617a 100644 --- a/stock_weighing/README.rst +++ b/stock_weighing/README.rst @@ -7,7 +7,7 @@ Weighing assistant !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:6b8f1bda797b6875a7a32e08f44f078f3a505c2dd69fae974760d033cd6ee57d + !! source digest: sha256:8dfa5b561931069156749143f54884a03ac3ddc3bba6e24ac411cd4b131b6229 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -61,11 +61,11 @@ To do so: If you don't have any product with units of measure of the weight category, you'll have to add some. -- Allow to show the units of measure in your config settings if isn't - ready yet. -- Add some products with a unit of measure of the weight category - (kilograms, grams, etc.). -- Place some pending operations for those products. +- Allow to show the units of measure in your config settings if isn't + ready yet. +- Add some products with a unit of measure of the weight category + (kilograms, grams, etc.). +- Place some pending operations for those products. If you want to use the weighing system for other operations you can set the configuration parameter ``stock_weighing.any_operation_actions`` to @@ -101,12 +101,12 @@ Using the assitant You'll be presented with a list of operations to weigh. To weigh them, just press the red circle button to record a new weight: -- If there's only one detailed operation reserved, a popup will show up - to record the operation weight. -- If there are several, you'll enter the detailed view and you'll be - able to weigh every detailed operation. -- If you just want to weigh one, you can force the operation as done - using the checkmark button. +- If there's only one detailed operation reserved, a popup will show up + to record the operation weight. +- If there are several, you'll enter the detailed view and you'll be + able to weigh every detailed operation. +- If you just want to weigh one, you can force the operation as done + using the checkmark button. You can reset your weighing using the cross button. You can print the label on demand using the printer button. You can add a new detailed @@ -115,9 +115,9 @@ operation using the plus button. Known issues / Roadmap ====================== -- This PR should be https://github.com/odoo/odoo/pull/161042 merged in - order to reload the kanban view properly after each action. Otherwise - we should reimplement the whole core method in our override. +- This PR should be https://github.com/odoo/odoo/pull/161042 merged in + order to reload the kanban view properly after each action. Otherwise + we should reimplement the whole core method in our override. Bug Tracker =========== @@ -140,10 +140,10 @@ Authors Contributors ------------ -- `Tecnativa `__ +- `Tecnativa `__ - - David Vidal - - Sergio Teruel + - David Vidal + - Sergio Teruel Maintainers ----------- diff --git a/stock_weighing/__manifest__.py b/stock_weighing/__manifest__.py index 25b156d2..7e984fe7 100644 --- a/stock_weighing/__manifest__.py +++ b/stock_weighing/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Weighing assistant", "summary": "Weighing assistant for stock operations", - "version": "15.0.2.1.0", + "version": "15.0.2.1.1", "author": "Tecnativa, Odoo Community Association (OCA)", "website": "https://github.com/OCA/stock-weighing", "license": "AGPL-3", diff --git a/stock_weighing/static/description/index.html b/stock_weighing/static/description/index.html index 6a41a1d0..e684382c 100644 --- a/stock_weighing/static/description/index.html +++ b/stock_weighing/static/description/index.html @@ -367,7 +367,7 @@

Weighing assistant

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:6b8f1bda797b6875a7a32e08f44f078f3a505c2dd69fae974760d033cd6ee57d +!! source digest: sha256:8dfa5b561931069156749143f54884a03ac3ddc3bba6e24ac411cd4b131b6229 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

A shopfloor assistant for weighing on stock operations.