-
-
Notifications
You must be signed in to change notification settings - Fork 660
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
09fcc47
commit 75d788b
Showing
15 changed files
with
86 additions
and
85 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
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 |
---|---|---|
|
@@ -17,4 +17,4 @@ def _action_done(self): | |
) | ||
% ml.lot_id.name | ||
) | ||
super()._action_done() | ||
return super()._action_done() |
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,10 @@ | ||
To allow a user to block or unblock a Lot: | ||
|
||
1. Open the user settings (menu "Settings \> Users & Companies \> | ||
Users") | ||
2. In the "Warehouse" section, check the box "Allow to block/unblock | ||
Serial Numbers/Lots" | ||
|
||
To allow move locked lots to a location: \#. Open the locations (menu | ||
"Inventory \> Configuration \> Warehouse Management \> Locations") \#. | ||
check the box "Allow Locked" |
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,8 @@ | ||
- Ana Juaristi \<<anajuaristi@avanzosc.es>\> | ||
- Alfredo de la Fuente \<<alfredodelafuente@avanzosc.es>\> | ||
- Oihane Crucelaegui \<<oihanecrucelaegi@avanzosc.es>\> | ||
- Lionel Sausin \<<ls@numerigraphe.com>\> | ||
- Ainara Galdona \<<ainaragaldona@avanzosc.es>\> | ||
- [Tecnativa](https://www.tecnativa.com): | ||
- Pedro M. Baeza | ||
- Ernesto Tejeda |
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,4 @@ | ||
This module allows you to define whether a Serial Number/lot is blocked | ||
or not. The default value can be set on the Product Category, in the | ||
field "Block new Serial Numbers/lots". Is possible to specify in a | ||
location if locked lots are allowed to move there. |
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,6 @@ | ||
To use this module, you need to: | ||
|
||
1. Go to *Inventory \> Master Data \> Lots/Serial Numbers* | ||
2. Select one 'Lot/Serial Number' and check 'Blocked' field | ||
3. Now you cannot move that 'Lot/Serial Number' to any location that | ||
does not have the 'Allow Locked' field checked |
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