mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
FIX connector_walmart exporting stock.picking remove procurement_id
This commit is contained in:
@@ -30,7 +30,7 @@ class WalmartPickingExporter(Component):
|
|||||||
ship_date_time = int(fields.Datetime.from_string(ship_date).strftime('%s')) * 1000
|
ship_date_time = int(fields.Datetime.from_string(ship_date).strftime('%s')) * 1000
|
||||||
lines = []
|
lines = []
|
||||||
for line in binding.move_lines:
|
for line in binding.move_lines:
|
||||||
sale_line = line.procurement_id.sale_line_id
|
sale_line = line.sale_line_id
|
||||||
if not sale_line.walmart_bind_ids:
|
if not sale_line.walmart_bind_ids:
|
||||||
continue
|
continue
|
||||||
# this is a particularly interesting way to get this,
|
# this is a particularly interesting way to get this,
|
||||||
|
|||||||
Reference in New Issue
Block a user