Skip to content

Commit

Permalink
remove default backend
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinkhao committed Jan 11, 2024
1 parent 38780d3 commit 571ffca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wms_connector/models/stock_warehouse.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@ def _prepare_wms_task_vals(
"name": "WMS task for {} {}".format(self.name, name_fragment),
"method_type": method_type,
"filepath": filepath,
"backend_id": self.env.ref("fs_storage.default_fs_storage").id,
"file_type": filetype,
"default_warehouse_id": self.id,
}
Expand Down

0 comments on commit 571ffca

Please sign in to comment.