78 lines
3.3 KiB
Python
78 lines
3.3 KiB
Python
{
|
|
'name': 'Logistics Nodes',
|
|
'version': '18.0.1.0.0',
|
|
'category': 'Logistics',
|
|
'summary': 'Logistics nodes management and syncing to Optovia Maps',
|
|
'description': """
|
|
Module for managing logistics nodes:
|
|
- Create and edit nodes with coordinates
|
|
- Sync nodes to Optovia Maps via Kestra + GraphHopper
|
|
- Save results in GeoJSON format
|
|
""",
|
|
'author': 'Optovia',
|
|
'website': 'https://optovia.ru',
|
|
'depends': [
|
|
'base',
|
|
'fastapi',
|
|
'queue_job',
|
|
],
|
|
'data': [
|
|
'security/security.xml',
|
|
'security/ir.model.access.csv',
|
|
'data/api_endpoints.xml',
|
|
'data/server_actions.xml',
|
|
'views/logistics_node_view_list.xml',
|
|
'views/logistics_node_view_form.xml',
|
|
'views/logistics_node_view_search.xml',
|
|
'views/logistics_node_action.xml',
|
|
'views/logistics_node_connection_view_list.xml',
|
|
'views/logistics_node_connection_view_form.xml',
|
|
'views/logistics_transport_category_view_list.xml',
|
|
'views/logistics_transport_category_view_form.xml',
|
|
'views/logistics_transport_category_action.xml',
|
|
'views/logistics_loading_type_view_list.xml',
|
|
'views/logistics_loading_type_view_form.xml',
|
|
'views/logistics_loading_type_action.xml',
|
|
'views/logistics_transport_attribute_view_list.xml',
|
|
'views/logistics_transport_attribute_view_form.xml',
|
|
'views/logistics_transport_attribute_action.xml',
|
|
'views/logistics_transport_attribute_value_view_list.xml',
|
|
'views/logistics_transport_attribute_value_view_form.xml',
|
|
'views/logistics_transport_attribute_value_action.xml',
|
|
'views/logistics_vehicle_type_view_list.xml',
|
|
'views/logistics_vehicle_type_view_form.xml',
|
|
'views/logistics_vehicle_type_view_search.xml',
|
|
'views/logistics_vehicle_type_action.xml',
|
|
'views/logistics_container_type_view_list.xml',
|
|
'views/logistics_container_type_view_form.xml',
|
|
'views/logistics_container_type_view_search.xml',
|
|
'views/logistics_container_type_action.xml',
|
|
'views/logistics_route_view_list.xml',
|
|
'views/logistics_route_view_form.xml',
|
|
'views/logistics_route_view_search.xml',
|
|
'views/logistics_route_action.xml',
|
|
'views/logistics_schedule_view_list.xml',
|
|
'views/logistics_schedule_view_form.xml',
|
|
'views/logistics_schedule_view_search.xml',
|
|
'views/logistics_schedule_action.xml',
|
|
'views/logistics_compatibility_view_list.xml',
|
|
'views/logistics_compatibility_view_form.xml',
|
|
'views/logistics_compatibility_view_search.xml',
|
|
'views/logistics_compatibility_action.xml',
|
|
'views/menu_logistics_root.xml',
|
|
'views/menu_logistics_nodes.xml',
|
|
'views/menu_logistics_transport_attributes.xml',
|
|
'views/menu_logistics_vehicle_types.xml',
|
|
'views/menu_logistics_container_types.xml',
|
|
'views/menu_logistics_routes.xml',
|
|
'views/menu_logistics_schedules.xml',
|
|
'views/menu_logistics_compatibility.xml',
|
|
'views/menu_logistics_config.xml',
|
|
'views/menu_logistics_transport_categories.xml',
|
|
'views/menu_logistics_loading_types.xml',
|
|
],
|
|
'installable': True,
|
|
'auto_install': False,
|
|
'application': True,
|
|
}
|