mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
[FIX] delivery_hibou: require professional to be installed, end modules may be paid
This commit is contained in:
@@ -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',
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user