Files
suite/delivery_ups_hibou/__manifest__.py
Jared Kipe 162546faee [REL] delivery_fedex_hibou,delivery_gso,delivery_hibou,delivery_ups_hibou,sale_planner,stock_delivery_planner: per-package tracking from 11.0
Additional changes/fixes applied due to testing, e.g. transit time calculations for UPS.
2022-02-07 17:30:25 -08:00

20 lines
382 B
Python

{
'name': 'Hibou UPS Shipping',
'version': '14.0.1.2.0',
'category': 'Stock',
'author': "Hibou Corp.",
'license': 'OPL-1',
'website': 'https://hibou.io/',
'depends': [
'delivery_ups',
'delivery_hibou',
],
'data': [
'views/stock_views.xml',
],
'demo': [
],
'installable': True,
'application': False,
}