diff --git a/delivery_hibou/__manifest__.py b/delivery_hibou/__manifest__.py index 627c0f3e..62d37108 100644 --- a/delivery_hibou/__manifest__.py +++ b/delivery_hibou/__manifest__.py @@ -4,13 +4,14 @@ 'version': '15.0.1.0.0', 'author': "Hibou Corp.", 'category': 'Stock', - 'license': 'AGPL-3', + 'license': 'LGPL-3', 'images': [], 'website': "https://hibou.io", 'description': """ This is a collection of "typical" carrier needs, and a bridge into Hibou modules like `delivery_partner` and `sale_planner`. """, 'depends': [ + 'hibou_professional', 'delivery', 'delivery_partner', ],