Files
suite/sale_planner_delivery_route/__manifest__.py
2019-03-16 11:05:38 -07:00

30 lines
680 B
Python

{
'name': 'Sale Order Planner - Delivery Route',
'summary': 'Plans to the closest delivery route.',
'version': '12.0.1.0.0',
'author': "Hibou Corp.",
'category': 'Sale',
'license': 'AGPL-3',
'complexity': 'expert',
'images': [],
'website': "https://hibou.io",
'description': """
Sale Order Planner - Delivery Route
===================================
Plans to the closest delivery route.
""",
'depends': [
'stock_delivery_route',
'sale_planner',
],
'demo': [],
'data': [
'wizard/order_planner_views.xml',
'views/stock_views.xml',
],
'auto_install': True,
'installable': True,
}