Files
suite/delivery_partner_dhl/__manifest__.py
2019-04-02 10:38:19 -07:00

19 lines
409 B
Python
Executable File

{
'name': 'DHL Partner Shipping Accounts',
'author': 'Hibou Corp. <hello@hibou.io>',
'version': '12.0.1.0.0',
'category': 'Stock',
'sequence': 95,
'summary': 'DHL Partner Shipping Accounts',
'description': """
""",
'website': 'https://hibou.io/',
'depends': [
'delivery_partner',
],
'data': [
],
'installable': True,
'application': False,
}