Files
suite/delivery_partner_purolator/__manifest__.py
2022-10-20 10:34:25 -07:00

18 lines
414 B
Python
Executable File

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