Files
suite/delivery_easypost_hibou/__manifest__.py
Cedric Collins 2d4c21fdde [ADD] delivery_easypost_hibou
H1990
2022-05-13 18:30:55 +00:00

19 lines
360 B
Python

{
'name': 'Hibou EasyPost Shipping',
'version': '13.0.1.0.0',
'category': 'Stock',
'author': "Hibou Corp.",
'license': 'AGPL-3',
'website': 'https://hibou.io/',
'depends': [
'delivery_easypost',
'delivery_hibou',
],
'data': [
],
'demo': [
],
'installable': True,
'application': False,
}