Skip to content

Commit

Permalink
[BOT] post-merge updates
Browse files Browse the repository at this point in the history
  • Loading branch information
OCA-git-bot committed Jan 14, 2025
1 parent 4fa3041 commit cdad438
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 53 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ addon | version | maintainers | summary
[stock_move_auto_assign](stock_move_auto_assign/) | 16.0.1.1.1 | | Try to reserve moves when goods enter in a location
[stock_move_auto_assign_auto_release](stock_move_auto_assign_auto_release/) | 16.0.1.1.2 | | Auto release moves after auto assign
[stock_move_common_dest](stock_move_common_dest/) | 16.0.1.0.1 | | Adds field for common destination moves
[stock_move_location](stock_move_location/) | 16.0.1.4.0 | | This module allows to move all stock in a stock location to an other one.
[stock_move_location](stock_move_location/) | 16.0.1.4.1 | | This module allows to move all stock in a stock location to an other one.
[stock_move_packaging_qty](stock_move_packaging_qty/) | 16.0.1.5.0 | [![yajo](https://github.com/yajo.png?size=30px)](https://github.com/yajo) [![EmilioPascual](https://github.com/EmilioPascual.png?size=30px)](https://github.com/EmilioPascual) | Add packaging fields in the stock moves
[stock_mts_mto_rule](stock_mts_mto_rule/) | 16.0.1.0.1 | | Add a MTS+MTO route
[stock_package_type_category](stock_package_type_category/) | 16.0.1.0.0 | | This module allows to group package types in different categories
Expand Down
85 changes: 42 additions & 43 deletions stock_move_location/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Move Stock Location
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:b188235583d8ffee97982515cd164a26620734c9758c886ffae1b371d3843acc
!! source digest: sha256:9f20ba56c774915b0e3598aabcaca4a43acd2ec1c36192be9fa99be476111ebd
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
Expand Down Expand Up @@ -39,27 +39,26 @@ another and move only selected quantities.
Usage
=====

- A new menu item Operations > Move from location... opens a wizard
where 2 locations can be specified.
- Select origin and destination locations and press "IMMEDIATE
TRANSFER" or "PLANNED TRANSFER"
- Press ADD ALL button to add all products available
- Those lines can be edited. Move quantity can't be more than a max
available quantity
- Move doesn't care about the reservations and will move stuff anyway
- If during your operation with the wizard the real quantity will
change it will move only the available quantity at the button press
- Products will be moved and a form view of picking that did that will
show up
- If "PLANNED TRANSFER" is used - the picking won't be validated
automatically
- A new menu item Operations > Move from location... opens a wizard
where 2 locations can be specified.
- Select origin and destination locations and press "IMMEDIATE TRANSFER"
or "PLANNED TRANSFER"
- Press ADD ALL button to add all products available
- Those lines can be edited. Move quantity can't be more than a max
available quantity
- Move doesn't care about the reservations and will move stuff anyway
- If during your operation with the wizard the real quantity will change
it will move only the available quantity at the button press
- Products will be moved and a form view of picking that did that will
show up
- If "PLANNED TRANSFER" is used - the picking won't be validated
automatically

If you want to transfer a full quant:

- Go to Inventory > Products > Products and click "On hand" smart
button or Inventory > Reporting > Inventory, the quants view will be
opened.
- Select the quantities which you want move to another location
- Go to Inventory > Products > Products and click "On hand" smart button
or Inventory > Reporting > Inventory, the quants view will be opened.
- Select the quantities which you want move to another location

If you go to the Inventory Dashboard you can see the button "Move from
location" in each of the picking types (only applicable to internal and
Expand Down Expand Up @@ -92,14 +91,14 @@ Known issues / Roadmap
Change the current implementation (suggested by Denis Roussel from
ACSONE):

- A new parameter on stock picking types : 'Product Change Location'
(with a little help).
- With this, go to the dashboard, create a picking with that type.
- Add a button on the picking form which is visible with that type that
fill in the picking as now
- Nice to have: add a magic button on locations that with context
creates a new picking of that type with the origin location already
filled in.
- A new parameter on stock picking types : 'Product Change Location'
(with a little help).
- With this, go to the dashboard, create a picking with that type.
- Add a button on the picking form which is visible with that type that
fill in the picking as now
- Nice to have: add a magic button on locations that with context
creates a new picking of that type with the origin location already
filled in.

Bug Tracker
===========
Expand All @@ -124,26 +123,26 @@ Authors
Contributors
------------

- Mathieu Vatel <[email protected]>
- Mykhailo Panarin <[email protected]>
- Joan Sisquella <[email protected]>
- Jordi Ballester Alomar <[email protected]>
- Lois Rilo <[email protected]>
- Héctor Villarreal <[email protected]>
- Tecnativa <tecnativa.com>
- Mathieu Vatel <[email protected]>
- Mykhailo Panarin <[email protected]>
- Joan Sisquella <[email protected]>
- Jordi Ballester Alomar <[email protected]>
- Lois Rilo <[email protected]>
- Héctor Villarreal <[email protected]>
- Tecnativa <tecnativa.com>

- Sergio Teruel
- João Marques
- Sergio Teruel
- João Marques

- Jacques-Etienne Baudoux <[email protected]>
- Iryna Vyshnevska <[email protected]>
- Alexei Rivera <[email protected]>
- Abraham Anes <[email protected]>
- Quartile <https://www.quartile.co>
- Jacques-Etienne Baudoux <[email protected]>
- Iryna Vyshnevska <[email protected]>
- Alexei Rivera <[email protected]>
- Abraham Anes <[email protected]>
- Quartile <https://www.quartile.co>

- Aung Ko Ko Lin
- Aung Ko Ko Lin

- Laurent Mignon <[email protected]>
- Laurent Mignon <[email protected]>

Maintainers
-----------
Expand Down
2 changes: 1 addition & 1 deletion stock_move_location/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

{
"name": "Move Stock Location",
"version": "16.0.1.4.0",
"version": "16.0.1.4.1",
"author": "Julius Network Solutions, "
"BCIM,"
"Camptocamp,"
Expand Down
15 changes: 7 additions & 8 deletions stock_move_location/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ <h1 class="title">Move Stock Location</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:b188235583d8ffee97982515cd164a26620734c9758c886ffae1b371d3843acc
!! source digest: sha256:9f20ba56c774915b0e3598aabcaca4a43acd2ec1c36192be9fa99be476111ebd
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<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-logistics-warehouse/tree/16.0/stock_move_location"><img alt="OCA/stock-logistics-warehouse" src="https://img.shields.io/badge/github-OCA%2Fstock--logistics--warehouse-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/stock-logistics-warehouse-16-0/stock-logistics-warehouse-16-0-stock_move_location"><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-logistics-warehouse&amp;target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>This module allows to move entire location of products from one place to
Expand All @@ -391,24 +391,23 @@ <h1><a class="toc-backref" href="#toc-entry-1">Usage</a></h1>
<ul class="simple">
<li>A new menu item Operations &gt; Move from location… opens a wizard
where 2 locations can be specified.</li>
<li>Select origin and destination locations and press “IMMEDIATE
TRANSFER” or “PLANNED TRANSFER”</li>
<li>Select origin and destination locations and press “IMMEDIATE TRANSFER”
or “PLANNED TRANSFER”</li>
<li>Press ADD ALL button to add all products available</li>
<li>Those lines can be edited. Move quantity can’t be more than a max
available quantity</li>
<li>Move doesn’t care about the reservations and will move stuff anyway</li>
<li>If during your operation with the wizard the real quantity will
change it will move only the available quantity at the button press</li>
<li>If during your operation with the wizard the real quantity will change
it will move only the available quantity at the button press</li>
<li>Products will be moved and a form view of picking that did that will
show up</li>
<li>If “PLANNED TRANSFER” is used - the picking won’t be validated
automatically</li>
</ul>
<p>If you want to transfer a full quant:</p>
<ul class="simple">
<li>Go to Inventory &gt; Products &gt; Products and click “On hand” smart
button or Inventory &gt; Reporting &gt; Inventory, the quants view will be
opened.</li>
<li>Go to Inventory &gt; Products &gt; Products and click “On hand” smart button
or Inventory &gt; Reporting &gt; Inventory, the quants view will be opened.</li>
<li>Select the quantities which you want move to another location</li>
</ul>
<p>If you go to the Inventory Dashboard you can see the button “Move from
Expand Down

0 comments on commit cdad438

Please sign in to comment.