diff --git a/stock_move_location/README.rst b/stock_move_location/README.rst index b12471abe..135aef6db 100644 --- a/stock_move_location/README.rst +++ b/stock_move_location/README.rst @@ -7,7 +7,7 @@ Move Stock Location !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:8625e9439ae7781f3733c98158bb1d1bb5ef2f143d35126fc6cd7dd72345ad01 + !! source digest: sha256:0ce35f37c2612775abe72a3cf73f6977dd74f5ad40117b2897856ca922b46b5a !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -39,48 +39,56 @@ 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 +- 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 -* 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 transfers). Press it -and you will be directed to the wizard. +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 +transfers). Press it and you will be directed to the wizard. If you want transfer everything from stock.location -On a draft picking, add a button to fill with moves lines for all products in -the source destination. This allows to create a picking to move all the content -of a location. If some quants are not available (i.e. reserved) the picking -will be in partially available state and reserved moves won't be listed in the -operations. -Use barcode interface to scan a location and create an empty picking. Then use -the fill with stock button. +On a draft picking, add a button to fill with moves lines for all +products in the source destination. This allows to create a picking to +move all the content of a location. If some quants are not available +(i.e. reserved) the picking will be in partially available state and +reserved moves won't be listed in the operations. Use barcode interface +to scan a location and create an empty picking. Then use the fill with +stock button. Known issues / Roadmap ====================== -Change the current implementation (suggested by Denis Roussel from ACSONE): +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 =========== @@ -96,32 +104,33 @@ Credits ======= Authors -~~~~~~~ +------- * Julius Network Solutions * BCIM * Camptocamp Contributors -~~~~~~~~~~~~ +------------ -* Mathieu Vatel -* Mykhailo Panarin -* Joan Sisquella -* Jordi Ballester Alomar -* Lois Rilo -* Héctor Villarreal -* Tecnativa +- Mathieu Vatel +- Mykhailo Panarin +- Joan Sisquella +- Jordi Ballester Alomar +- Lois Rilo +- Héctor Villarreal +- Tecnativa - * Sergio Teruel - * João Marques -* Jacques-Etienne Baudoux -* Iryna Vyshnevska -* Alexei Rivera -* Abraham Anes + - Sergio Teruel + - João Marques + +- Jacques-Etienne Baudoux +- Iryna Vyshnevska +- Alexei Rivera +- Abraham Anes Maintainers -~~~~~~~~~~~ +----------- This module is maintained by the OCA. diff --git a/stock_move_location/readme/CONTRIBUTORS.md b/stock_move_location/readme/CONTRIBUTORS.md new file mode 100644 index 000000000..c1630a5e8 --- /dev/null +++ b/stock_move_location/readme/CONTRIBUTORS.md @@ -0,0 +1,13 @@ +- Mathieu Vatel \<\> +- Mykhailo Panarin \<\> +- Joan Sisquella \<\> +- Jordi Ballester Alomar \<\> +- Lois Rilo \<\> +- Héctor Villarreal \<\> +- Tecnativa \ + - Sergio Teruel + - João Marques +- Jacques-Etienne Baudoux \<\> +- Iryna Vyshnevska \<\> +- Alexei Rivera \<\> +- Abraham Anes \<\> diff --git a/stock_move_location/readme/CONTRIBUTORS.rst b/stock_move_location/readme/CONTRIBUTORS.rst deleted file mode 100644 index 54eeb74a1..000000000 --- a/stock_move_location/readme/CONTRIBUTORS.rst +++ /dev/null @@ -1,14 +0,0 @@ -* Mathieu Vatel -* Mykhailo Panarin -* Joan Sisquella -* Jordi Ballester Alomar -* Lois Rilo -* Héctor Villarreal -* Tecnativa - - * Sergio Teruel - * João Marques -* Jacques-Etienne Baudoux -* Iryna Vyshnevska -* Alexei Rivera -* Abraham Anes diff --git a/stock_move_location/readme/DESCRIPTION.rst b/stock_move_location/readme/DESCRIPTION.md similarity index 100% rename from stock_move_location/readme/DESCRIPTION.rst rename to stock_move_location/readme/DESCRIPTION.md diff --git a/stock_move_location/readme/ROADMAP.md b/stock_move_location/readme/ROADMAP.md new file mode 100644 index 000000000..5be3fe98b --- /dev/null +++ b/stock_move_location/readme/ROADMAP.md @@ -0,0 +1,11 @@ +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. diff --git a/stock_move_location/readme/ROADMAP.rst b/stock_move_location/readme/ROADMAP.rst deleted file mode 100644 index 0b83df767..000000000 --- a/stock_move_location/readme/ROADMAP.rst +++ /dev/null @@ -1,6 +0,0 @@ -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. diff --git a/stock_move_location/readme/USAGE.md b/stock_move_location/readme/USAGE.md new file mode 100644 index 000000000..58e08d87c --- /dev/null +++ b/stock_move_location/readme/USAGE.md @@ -0,0 +1,35 @@ +- 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 + +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 +transfers). Press it and you will be directed to the wizard. + +If you want transfer everything from stock.location + +On a draft picking, add a button to fill with moves lines for all +products in the source destination. This allows to create a picking to +move all the content of a location. If some quants are not available +(i.e. reserved) the picking will be in partially available state and +reserved moves won't be listed in the operations. Use barcode interface +to scan a location and create an empty picking. Then use the fill with +stock button. diff --git a/stock_move_location/readme/USAGE.rst b/stock_move_location/readme/USAGE.rst deleted file mode 100644 index 4b5fa5ef9..000000000 --- a/stock_move_location/readme/USAGE.rst +++ /dev/null @@ -1,32 +0,0 @@ -* 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 - -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 transfers). Press it -and you will be directed to the wizard. - -If you want transfer everything from stock.location - -On a draft picking, add a button to fill with moves lines for all products in -the source destination. This allows to create a picking to move all the content -of a location. If some quants are not available (i.e. reserved) the picking -will be in partially available state and reserved moves won't be listed in the -operations. -Use barcode interface to scan a location and create an empty picking. Then use -the fill with stock button. diff --git a/stock_move_location/static/description/index.html b/stock_move_location/static/description/index.html index 0a776eb39..f41e3e69e 100644 --- a/stock_move_location/static/description/index.html +++ b/stock_move_location/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:8625e9439ae7781f3733c98158bb1d1bb5ef2f143d35126fc6cd7dd72345ad01 +!! source digest: sha256:0ce35f37c2612775abe72a3cf73f6977dd74f5ad40117b2897856ca922b46b5a !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module allows to move entire location of products from one place to @@ -391,42 +391,51 @@ another and move only selected quantities.

  • 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
  • +
  • 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 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 +
  • 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 transfers). Press it -and you will be directed to the wizard.

+

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 +transfers). Press it and you will be directed to the wizard.

If you want transfer everything from stock.location

-

On a draft picking, add a button to fill with moves lines for all products in -the source destination. This allows to create a picking to move all the content -of a location. If some quants are not available (i.e. reserved) the picking -will be in partially available state and reserved moves won’t be listed in the -operations. -Use barcode interface to scan a location and create an empty picking. Then use -the fill with stock button.

+

On a draft picking, add a button to fill with moves lines for all +products in the source destination. This allows to create a picking to +move all the content of a location. If some quants are not available +(i.e. reserved) the picking will be in partially available state and +reserved moves won’t be listed in the operations. Use barcode interface +to scan a location and create an empty picking. Then use the fill with +stock button.

Known issues / Roadmap

-

Change the current implementation (suggested by Denis Roussel from ACSONE):

+

Change the current implementation (suggested by Denis Roussel from +ACSONE):

    -
  • A new parameter on stock picking types : ‘Product Change Location’ (with a little help).
  • +
  • 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.
  • +
  • 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.