Skip to content

Commit

Permalink
[FIX] stock_release_channel: Remove dependency on sale
Browse files Browse the repository at this point in the history
The dependency on sale addon is no more required thanks to changes in e334ddc
  • Loading branch information
lmignon committed Mar 10, 2023
1 parent 624c089 commit 070037e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion stock_release_channel/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"website": "https://github.com/OCA/wms",
"depends": [
"web",
"sale_stock",
"stock_available_to_promise_release", # OCA/wms
"queue_job", # OCA/queue
],
Expand Down

0 comments on commit 070037e

Please sign in to comment.