Files
suite/delivery_partner_dhl/__manifest__.py
Leighton Pennicott 69a05508b9 [MIG] delivery_partner_dhl: migrate module from 12.0 to 13.0
Migrate delivery_partner_dhl from 12.0 to 13.0 and write tests for the validation error

H4409
2020-11-05 16:24:38 -05: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,
}