Files
suite/delivery_partner_dhl/__manifest__.py
2021-10-06 07:20:27 -07:00

20 lines
434 B
Python
Executable File

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