mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
30 lines
680 B
Python
30 lines
680 B
Python
{
|
|
'name': 'Sale Order Planner - Delivery Route',
|
|
'summary': 'Plans to the closest delivery route.',
|
|
'version': '15.0.1.0.0',
|
|
'author': "Hibou Corp.",
|
|
'category': 'Sale',
|
|
'license': 'LGPL-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,
|
|
}
|