Skip to content

Commit

Permalink
wms_connector: remove incoming and outgoing constraints on exportable…
Browse files Browse the repository at this point in the history
… picking
  • Loading branch information
FranzPoize committed May 30, 2024
1 parent c2f6b77 commit 79d9f1a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wms_connector/models/stock_picking.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ def _compute_is_wms_exportable(self):
for rec in self:
rec.is_wms_exportable = (
rec.picking_type_id.warehouse_id.active_wms_sync
and rec.picking_type_id.code in ("incoming", "outgoing")
)

def _is_user_allowed_to_cancel(self):
Expand Down

0 comments on commit 79d9f1a

Please sign in to comment.