diff --git a/bemade_so_followers_to_picking/__manifest__.py b/bemade_so_followers_to_picking/__manifest__.py index 12f3c62..7827752 100644 --- a/bemade_so_followers_to_picking/__manifest__.py +++ b/bemade_so_followers_to_picking/__manifest__.py @@ -11,7 +11,8 @@ 'website': 'https://www.bemade.org', "depends": [ 'sale', - 'purchase' + 'purchase', + 'stock', ], "data": [ ],