From 68ebde37ca6a254df3977b35cabc215405a43bbc Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Mon, 30 Sep 2024 06:09:17 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 2 +- stock_quant_manual_assign/README.rst | 116 +++++++++++++--- stock_quant_manual_assign/__manifest__.py | 2 +- .../static/description/index.html | 131 +++++++++++++----- 4 files changed, 194 insertions(+), 57 deletions(-) diff --git a/README.md b/README.md index 2afe79124..6b26ddda2 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ addon | version | maintainers | summary [stock_putaway_product_template](stock_putaway_product_template/) | 16.0.1.1.0 | [![kevinkhao](https://github.com/kevinkhao.png?size=30px)](https://github.com/kevinkhao) [![sebastienbeau](https://github.com/sebastienbeau.png?size=30px)](https://github.com/sebastienbeau) | Add product template in putaway strategies from the product view [stock_quant_cost_info](stock_quant_cost_info/) | 16.0.1.0.0 | | Shows the cost of the quants [stock_quant_expiration_date_tree](stock_quant_expiration_date_tree/) | 16.0.1.0.0 | [![Manuel Calero](https://github.com/Manuel Calero.png?size=30px)](https://github.com/Manuel Calero) | Allows to display expirations dates on stock quant tree view -[stock_quant_manual_assign](stock_quant_manual_assign/) | 16.0.1.1.0 | | Stock - Manual Quant Assignment +[stock_quant_manual_assign](stock_quant_manual_assign/) | 16.0.1.1.1 | | Stock - Manual Quant Assignment [stock_quant_reservation_info](stock_quant_reservation_info/) | 16.0.1.0.1 | | Allows to see the reserved info of Products [stock_quant_reservation_info_mrp](stock_quant_reservation_info_mrp/) | 16.0.1.0.0 | | Allows to see the manufacturing order related to the reserved info of Products [stock_quant_safe_inventory](stock_quant_safe_inventory/) | 16.0.1.0.0 | | Prevents the quantity on the quant from being updated if quantities have already been picked but not validated in pickings in progress. diff --git a/stock_quant_manual_assign/README.rst b/stock_quant_manual_assign/README.rst index 13443fecc..84e037914 100644 --- a/stock_quant_manual_assign/README.rst +++ b/stock_quant_manual_assign/README.rst @@ -7,7 +7,7 @@ Stock - Manual Quant Assignment !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:61ae882314c4613160958d9bd491d47ace4de50324aa353684d2d62c4fac34b0 + !! source digest: sha256:a32cc21161c4eec585bb7c9eb738502435eaf5e6391ca502159ea4ecce5487d5 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -28,21 +28,91 @@ Stock - Manual Quant Assignment |badge1| |badge2| |badge3| |badge4| |badge5| -This module allows you to manually change the automatic quant selection. +This module allows you to make stock reservations manually in a +transfer, changing the selection that Odoo automatically made.This +functionality is essential for detailed and specific control over +inventory transfers, ensuring that the correct products are moved +between precise locations within the warehouse. **Table of contents** .. contents:: :local: +Use Cases / Context +=================== + +BUSINESS NEED: In logistics operations, it can be crucial to manually +select specific batches or product units for transfer, especially when +handling products with different expiration dates, lots, or serial +numbers. This level of control ensures that inventory management is +accurate and compliant with quality and traceability requirements. This +module is useful when some of the following cases occur: + +- You work with multiple locations and you want to indicate from which + specific location you want to reserve the product. +- You are working with lot or serial numbers and want to indicate a + specific tracking number for the reservation. + +APPROACH: The module addresses this need by providing a tool that allows +the selection and assignment of specific quants directly from each +picking. This is achieved through a wizard that facilitates the manual +selection of the product quantities to be moved, thereby enhancing +flexibility and accuracy in inventory management. + +USEFUL INFORMATION: N/A + Usage ===== -To use this module, you need to: +Once a planned transfer has been confirmed (manually, or with the +confirmation of a sales order, for example), in order to validate it, it +is first necessary to perform the "check availability" action. By +selecting "check availability", Odoo automatically checks the quantities +in stock necessary to cover the picking demand and reserves the products +to prevent them from being used in other movements. -#. Click on the tags icon at the end of move line. -#. Open the wizard with the button "Manual Quants". -#. Select the quants to assign (reserve), then Confirm. +In order to manually select the quant we want to assign to the transfer, +we have to: + +1. Click on the label icon at the end of each move as shown below. + +|alt text| + +This will show us a wizard like the following: + +|image1| + +In the form we can see the following information: + +- Lot: The lot/serial number of the products we have on hand. If the + selected product does not have traceability, it will appear empty. +- Location: Shows the current location in which the product is in + stock. +- On Hand: Quantity on hand in each location and the corresponding + lot/serial numbers. +- Other Reserved: Quantity already reserved for another picking. +- Select: If checked, it allows us to indicate that we are going to + reserve products from that specific lot and location. +- Qty: Quantity to be reserved for the current picking. +- Remaining qty (located at the bottom left): Indicates the quantity + that could not be reserved due to a lack of available stock. + +2. Modify the quantity column and check the Select column, in order to + define the locations and lot/serial numbers that we need to transfer. + +|image2| + +3. Click the confirm button in the wizard. With that, the reserved + quantity will be set/changed to follow the manual assignment. It can + be checked in the detailed operations of the movement. + +|image3| + +.. |alt text| image:: https://raw.githubusercontent.com/OCA/stock-logistics-warehouse/16.0/stock_quant_manual_assign/static/description/imagen1.png +.. |image1| image:: https://raw.githubusercontent.com/OCA/stock-logistics-warehouse/16.0/stock_quant_manual_assign/static/description/imagen2.png +.. |image2| image:: https://raw.githubusercontent.com/OCA/stock-logistics-warehouse/16.0/stock_quant_manual_assign/static/description/imagen3.png +.. |image3| image:: https://raw.githubusercontent.com/OCA/stock-logistics-warehouse/16.0/stock_quant_manual_assign/static/description/imagen4.png Bug Tracker =========== @@ -58,7 +128,7 @@ Credits ======= Authors -~~~~~~~ +------- * AvanzOSC * Tecnativa @@ -66,28 +136,32 @@ Authors * Fanha Giang Contributors -~~~~~~~~~~~~ +------------ -* Mikel Arregi -* Ana Juaristi -* Oihane Crucelaegui -* Fanha Giang -* `Tecnativa `_: +- Mikel Arregi mikelarregi@avanzosc.es - * Pedro M. Baeza - * Vicent Cubells +- Ana Juaristi anajuaristi@avanzosc.es -* `ForgeFlow `_: +- Oihane Crucelaegui oihanecrucelaegi@avanzosc.es - * Jordi Ballester - * Lois Rilo +- Fanha Giang fanha99@hotmail.com -* `Shine IT `_: +- ``Tecnativa ``\ \_: - * Tony Gu + - Pedro M. Baeza pedro.baeza@tecnativa.com + - Vicent Cubells vicent.cubells@tecnativa.com + +- ``ForgeFlow ``\ \_: + + - Jordi Ballester jordi.ballester@forgeflow.com + - Lois Rilo lois.rilo@forgeflow.com + +- ``Shine IT ``\ \_: + + - Tony Gu tony@openerp.cn Maintainers -~~~~~~~~~~~ +----------- This module is maintained by the OCA. diff --git a/stock_quant_manual_assign/__manifest__.py b/stock_quant_manual_assign/__manifest__.py index 72c653ebf..b36929fbe 100644 --- a/stock_quant_manual_assign/__manifest__.py +++ b/stock_quant_manual_assign/__manifest__.py @@ -7,7 +7,7 @@ { "name": "Stock - Manual Quant Assignment", - "version": "16.0.1.1.0", + "version": "16.0.1.1.1", "category": "Warehouse", "license": "AGPL-3", "author": "AvanzOSC, " diff --git a/stock_quant_manual_assign/static/description/index.html b/stock_quant_manual_assign/static/description/index.html index c22edcde0..332f3990e 100644 --- a/stock_quant_manual_assign/static/description/index.html +++ b/stock_quant_manual_assign/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 @@ pre.literal-block, pre.doctest-block, pre.math, pre.code { 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.option { span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -366,34 +367,94 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:61ae882314c4613160958d9bd491d47ace4de50324aa353684d2d62c4fac34b0 +!! source digest: sha256:a32cc21161c4eec585bb7c9eb738502435eaf5e6391ca502159ea4ecce5487d5 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

-

This module allows you to manually change the automatic quant selection.

+

This module allows you to make stock reservations manually in a +transfer, changing the selection that Odoo automatically made.This +functionality is essential for detailed and specific control over +inventory transfers, ensuring that the correct products are moved +between precise locations within the warehouse.

Table of contents

+
+

Use Cases / Context

+

BUSINESS NEED: In logistics operations, it can be crucial to manually +select specific batches or product units for transfer, especially when +handling products with different expiration dates, lots, or serial +numbers. This level of control ensures that inventory management is +accurate and compliant with quality and traceability requirements. This +module is useful when some of the following cases occur:

+
    +
  • You work with multiple locations and you want to indicate from which +specific location you want to reserve the product.
  • +
  • You are working with lot or serial numbers and want to indicate a +specific tracking number for the reservation.
  • +
+

APPROACH: The module addresses this need by providing a tool that allows +the selection and assignment of specific quants directly from each +picking. This is achieved through a wizard that facilitates the manual +selection of the product quantities to be moved, thereby enhancing +flexibility and accuracy in inventory management.

+

USEFUL INFORMATION: N/A

+
-

Usage

-

To use this module, you need to:

+

Usage

+

Once a planned transfer has been confirmed (manually, or with the +confirmation of a sales order, for example), in order to validate it, it +is first necessary to perform the “check availability” action. By +selecting “check availability”, Odoo automatically checks the quantities +in stock necessary to cover the picking demand and reserves the products +to prevent them from being used in other movements.

+

In order to manually select the quant we want to assign to the transfer, +we have to:

    -
  1. Click on the tags icon at the end of move line.
  2. -
  3. Open the wizard with the button “Manual Quants”.
  4. -
  5. Select the quants to assign (reserve), then Confirm.
  6. +
  7. Click on the label icon at the end of each move as shown below.
+

alt text

+

This will show us a wizard like the following:

+

image1

+

In the form we can see the following information:

+
    +
  • Lot: The lot/serial number of the products we have on hand. If the +selected product does not have traceability, it will appear empty.
  • +
  • Location: Shows the current location in which the product is in +stock.
  • +
  • On Hand: Quantity on hand in each location and the corresponding +lot/serial numbers.
  • +
  • Other Reserved: Quantity already reserved for another picking.
  • +
  • Select: If checked, it allows us to indicate that we are going to +reserve products from that specific lot and location.
  • +
  • Qty: Quantity to be reserved for the current picking.
  • +
  • Remaining qty (located at the bottom left): Indicates the quantity +that could not be reserved due to a lack of available stock.
  • +
+
    +
  1. Modify the quantity column and check the Select column, in order to +define the locations and lot/serial numbers that we need to transfer.
  2. +
+

image2

+
    +
  1. Click the confirm button in the wizard. With that, the reserved +quantity will be set/changed to follow the manual assignment. It can +be checked in the detailed operations of the movement.
  2. +
+

image3

-

Bug Tracker

+

Bug Tracker

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed @@ -401,9 +462,9 @@ If you spotted it first, help us to smash it by providing a detailed and welcome

Do not contact contributors directly about support or help with technical issues.

-

Credits

+

Credits

-

Authors

+

Authors

  • AvanzOSC
  • Tecnativa
  • @@ -412,32 +473,34 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
-

Contributors

+

Contributors

-

Maintainers

+

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.