Skip to content

Commit

Permalink
FIX field name
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinkhao committed Aug 14, 2024
1 parent 07863b3 commit b5dee4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wms_connector/models/stock_picking.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class StockPicking(models.Model):
)

def _get_export_task(self):
return self.picking_type_id.warehouse_id.sudo().export_task_id
return self.picking_type_id.warehouse_id.sudo().wms_export_task_id

def _compute_wms_sync_cancel_supported(self):
self.wms_sync_cancel_supported = False
Expand Down

0 comments on commit b5dee4e

Please sign in to comment.