-
-
Notifications
You must be signed in to change notification settings - Fork 784
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MIG] project_stock: Migration to 17.0
- Loading branch information
Showing
15 changed files
with
173 additions
and
129 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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[build-system] | ||
requires = ["whool"] | ||
build-backend = "whool.buildapi" |
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,25 @@ | ||
To configure this module, you need to: | ||
|
||
1. Go to *Inventory -\> Configuration -\> Settings* and check "Storage | ||
Locations" option. | ||
|
||
2. Go to *Inventory -\> Configuration -\> Operation types*. | ||
|
||
3. Create a new operation type with the following options: | ||
- \`Operation type\`: Task material | ||
- \`Code\`: TM | ||
- \`Type of operation\`: Delivery | ||
- \`Default Source Location\`: WH/Stock | ||
- \`Default Destination Location\`: WH/Stock/Shelf 1 | ||
|
||
4. Go to *Project -\> Configuration -\> Projects*. | ||
|
||
5. Create a new project with the following options: | ||
- \`Name\`: Task material | ||
- \`Operation type\`: Task material | ||
|
||
6. Go to *Project -\> Configuration -\> Task Stages* and edit some records. | ||
- \`In progress\`: Check Use Stock Moves option and add the created | ||
project. | ||
- \`Done\`: Check Use Stock Moves option + Done Stock Moves and add | ||
the created project. |
This file was deleted.
Oops, something went wrong.
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,3 @@ | ||
- [Tecnativa](https://www.tecnativa.com): | ||
- Víctor Martínez | ||
- Pedro M. Baeza |
This file was deleted.
Oops, something went wrong.
File renamed without changes.
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,21 @@ | ||
1. Go to *Projects -\> Task material (project)* and create a task and | ||
edit it. | ||
|
||
2. *Stock Info* is displayed in the *Extra info* tab with the same | ||
project information, but it can be modified. | ||
|
||
3. Add some product to *Stock Info* tab and set some initial demand (1 | ||
for example). | ||
|
||
4. Click on the button *Confirm material* to confirm all moves. | ||
|
||
5. Change the stage to Done. | ||
|
||
6. *Stock Info* tab is readonly and some buttons show in header: | ||
- \`Check availability materials\`: Product availability will be | ||
checked. | ||
- \`Transfer Materials\`: Stock moves are confirmed and moved from | ||
one location to another. | ||
- \`Unreserve\`: Remove the reservation stock of the products. | ||
- \`Cancel Materials\`: Set the moves of the products as cancelled. | ||
- \`Scrap\`: Allows the defined products to be scrapped. |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.