Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Otros
scanning_picking_split
Merge requests
!3
An error occurred while fetching the assigned milestone of the selected merge_request.
Fix bug on confirmation of picking
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix bug on confirmation of picking
BugFix
into
11.0-stage
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Santiago Said
requested to merge
BugFix
into
11.0-stage
6 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
11.0-stage
11.0-stage (base)
and
latest version
latest version
94bb0e09
1 commit,
6 years ago
1 file
+
1
−
1
Expand all files
Preferences
File browser
List view
Tree view
Compare changes
Inline
Side-by-side
Show whitespace changes
Show one file at a time
models/barcode_scanning.py
+
1
−
1
Options
@@ -69,7 +69,7 @@ class StockPickingBarcodeScan(models.Model):
picking_obj
=
self
.
env
[
'
stock.picking
'
]
move_obj
=
self
.
env
[
'
stock.move
'
]
picking_split_conf_obj
=
self
.
env
[
'
scan.picking.split.config
'
]
operation_type
=
self
.
picking_type_code
operation_type
=
self
.
picking_type_
id
.
code
#Solamente para outs
if
operation_type
!=
'
outgoing
'
:
Menu
Explore
Projects
Groups
Topics
Snippets