Files
suite/delivery_partner_fedex/__manifest__.py
2022-10-19 22:56:16 +00:00

20 lines
438 B
Python
Executable File

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