forked from OCA/stock-logistics-warehouse
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1609 from OCA/17.0
Syncing from upstream OCA/stock-logistics-warehouse (17.0)
- Loading branch information
Showing
100 changed files
with
15,426 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,15 +6,15 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: Odoo Server 16.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"PO-Revision-Date: 2023-12-29 14:36+0000\n" | ||
"PO-Revision-Date: 2025-01-27 12:06+0000\n" | ||
"Last-Translator: mymage <[email protected]>\n" | ||
"Language-Team: none\n" | ||
"Language: it\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: nplurals=2; plural=n != 1;\n" | ||
"X-Generator: Weblate 4.17\n" | ||
"X-Generator: Weblate 5.6.2\n" | ||
|
||
#. module: stock_demand_estimate_matrix | ||
#: model_terms:ir.ui.view,arch_db:stock_demand_estimate_matrix.demand_estimate_wizard_view_form | ||
|
@@ -57,7 +57,7 @@ msgstr "Intervallo data" | |
#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_sheet__date_range_type_id | ||
#: model:ir.model.fields,field_description:stock_demand_estimate_matrix.field_stock_demand_estimate_wizard__date_range_type_id | ||
msgid "Date Range Type" | ||
msgstr "Tipo intervallo date" | ||
msgstr "Tipo intervallo data" | ||
|
||
#. module: stock_demand_estimate_matrix | ||
#: model:ir.ui.menu,name:stock_demand_estimate_matrix.date_range_menu | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,181 @@ | ||
=============================== | ||
Stock - Manual Quant Assignment | ||
=============================== | ||
|
||
.. | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! This file is generated by oca-gen-addon-readme !! | ||
!! changes will be overwritten. !! | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! source digest: sha256:94f5de9c32fd38e83aba60ec97eda9059dafb194f83edd8ca7b788e8afff93b7 | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png | ||
:target: https://odoo-community.org/page/development-status | ||
:alt: Beta | ||
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png | ||
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html | ||
:alt: License: AGPL-3 | ||
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fstock--logistics--warehouse-lightgray.png?logo=github | ||
:target: https://github.com/OCA/stock-logistics-warehouse/tree/17.0/stock_quant_manual_assign | ||
:alt: OCA/stock-logistics-warehouse | ||
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png | ||
:target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-17-0/stock-logistics-warehouse-17-0-stock_quant_manual_assign | ||
:alt: Translate me on Weblate | ||
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png | ||
:target: https://runboat.odoo-community.org/builds?repo=OCA/stock-logistics-warehouse&target_branch=17.0 | ||
:alt: Try me on Runboat | ||
|
||
|badge1| |badge2| |badge3| |badge4| |badge5| | ||
|
||
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 | ||
===== | ||
|
||
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 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/17.0/stock_quant_manual_assign/static/description/imagen1.png | ||
.. |image1| image:: https://raw.githubusercontent.com/OCA/stock-logistics-warehouse/17.0/stock_quant_manual_assign/static/description/imagen2.png | ||
.. |image2| image:: https://raw.githubusercontent.com/OCA/stock-logistics-warehouse/17.0/stock_quant_manual_assign/static/description/imagen3.png | ||
.. |image3| image:: https://raw.githubusercontent.com/OCA/stock-logistics-warehouse/17.0/stock_quant_manual_assign/static/description/imagen4.png | ||
|
||
Bug Tracker | ||
=========== | ||
|
||
Bugs are tracked on `GitHub Issues <https://github.com/OCA/stock-logistics-warehouse/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 | ||
`feedback <https://github.com/OCA/stock-logistics-warehouse/issues/new?body=module:%20stock_quant_manual_assign%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_. | ||
|
||
Do not contact contributors directly about support or help with technical issues. | ||
|
||
Credits | ||
======= | ||
|
||
Authors | ||
------- | ||
|
||
* AvanzOSC | ||
* Tecnativa | ||
* ForgeFlow | ||
* Fanha Giang | ||
|
||
Contributors | ||
------------ | ||
|
||
- Mikel Arregi [email protected] | ||
|
||
- Ana Juaristi [email protected] | ||
|
||
- Oihane Crucelaegui [email protected] | ||
|
||
- Fanha Giang [email protected] | ||
|
||
- ``Tecnativa <https://www.tecnativa.com>``\ \_: | ||
|
||
- Pedro M. Baeza [email protected] | ||
- Vicent Cubells [email protected] | ||
|
||
- ``ForgeFlow <https://www.forgeflow.com>``\ \_: | ||
|
||
- Jordi Ballester [email protected] | ||
- Lois Rilo [email protected] | ||
|
||
- ``Shine IT <https://www.openerp.cn>``\ \_: | ||
|
||
- Tony Gu [email protected] | ||
|
||
- ``Quartile <https://www.quartile.co>``\ \_: | ||
|
||
- Yoshi Tashiro | ||
|
||
Maintainers | ||
----------- | ||
|
||
This module is maintained by the OCA. | ||
|
||
.. image:: https://odoo-community.org/logo.png | ||
:alt: Odoo Community Association | ||
:target: https://odoo-community.org | ||
|
||
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. | ||
|
||
This module is part of the `OCA/stock-logistics-warehouse <https://github.com/OCA/stock-logistics-warehouse/tree/17.0/stock_quant_manual_assign>`_ project on GitHub. | ||
|
||
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
from . import models | ||
from . import wizard |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Copyright 2015 Mikel Arregi - AvanzOSC | ||
# Copyright 2017 ForgeFlow - Jordi Ballester | ||
# Copyright 2018 Fanha Giang | ||
# Copyright 2018 Tecnativa - Vicent Cubells | ||
# Copyright 2016-2018 Tecnativa - Pedro M. Baeza | ||
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html | ||
|
||
{ | ||
"name": "Stock - Manual Quant Assignment", | ||
"version": "17.0.1.0.0", | ||
"category": "Warehouse", | ||
"license": "AGPL-3", | ||
"author": "AvanzOSC, " | ||
"Tecnativa, " | ||
"ForgeFlow, " | ||
"Fanha Giang, " | ||
"Odoo Community Association (OCA)", | ||
"website": "https://github.com/OCA/stock-logistics-warehouse", | ||
"depends": ["stock"], | ||
"data": [ | ||
"wizard/assign_manual_quants_view.xml", | ||
"views/stock_move_view.xml", | ||
"security/ir.model.access.csv", | ||
], | ||
"installable": True, | ||
} |
Oops, something went wrong.