Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienbeau committed Feb 5, 2024
1 parent 0fe329e commit afd1d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stock_warehouse_archive/models/stock_warehouse.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,4 +166,4 @@ def force_archive(self):
messages += warehouse._action_cancel_related_move_from_location(locations)
warehouse._action_purge_with_inventory(locations)
warehouse.message_post(body="<br/>".join(messages))

Check warning on line 168 in stock_warehouse_archive/models/stock_warehouse.py

View check run for this annotation

Codecov / codecov/patch

stock_warehouse_archive/models/stock_warehouse.py#L166-L168

Added lines #L166 - L168 were not covered by tests
warehouse.active = False
# warehouse.active = False

0 comments on commit afd1d26

Please sign in to comment.