mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
19 lines
360 B
Python
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,
|
|
}
|