Skip to content

Commit

Permalink
[IMP] beesdoo_inventory: avoid conflict with #420
Browse files Browse the repository at this point in the history
  • Loading branch information
robinkeunen authored and victor-champonnois committed Jun 30, 2022
1 parent 1d1b62b commit 9c25305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beesdoo_inventory/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"website": "https://github.com/beescoop/Obeesdoo",
"category": "Inventory",
"version": "12.0.1.0.1",
"depends": ["delivery", "beesdoo_product"],
"depends": ["delivery", "beesdoo_base", "beesdoo_product"],
"data": ["views/stock.xml"],
"installable": True,
"license": "AGPL-3",
Expand Down

0 comments on commit 9c25305

Please sign in to comment.