[FIX] delivery_hibou: require professional to be installed, end modules may be paid

This commit is contained in:
Jared Kipe
2021-10-06 12:31:03 -07:00
parent 7e5ab2bddf
commit 24c953fb3a

View File

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