[FIX][T4365] Removed hardcode

Merged Hermes requested to merge T4365 into 12.0
Compare and
1 file
+ 0
1
Preferences
File browser
Compare changes
@@ -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)