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
customer_purchase_order
Merge requests
!173
An error occurred while fetching the assigned milestone of the selected merge_request.
[FIX][T4365] Removed hardcode
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
[FIX][T4365] Removed hardcode
T4365
into
12.0
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Hermes
requested to merge
T4365
into
12.0
8 months ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
12.0
12.0 (base)
and
latest version
latest version
8ec36650
1 commit,
8 months ago
1 file
+
0
−
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/customer_purchase_order_importer.py
+
0
−
1
Options
@@ -937,7 +937,6 @@ class CustomerPurchaseOrderImporter(models.Model):
continue
product
=
_product
.
get
(
'
product
'
)
ean13_code
=
'
7790625001409
'
if
product
:
if
branch
and
ean13_code
:
self
.
save_branch_ean_code
(
branch
,
ean13_code
,
product
)
Menu
Explore
Projects
Groups
Topics
Snippets