Files
suite/delivery_partner_fedex/__manifest__.py
2023-11-06 22:06:11 +00:00

25 lines
665 B
Python
Executable File

{
'name': 'Fedex Partner Shipping Accounts',
'author': 'Hibou Corp.',
'version': '17.0.1.0.0',
'license': 'LGPL-3',
'category': 'Stock',
'sequence': 95,
'summary': 'Fedex Partner Shipping Accounts',
'description': """
Fedex Partner Shipping Accounts
===============================
This module adds FedEx to delivery type selection dropdown on the Partner Shipping Account model.
Additionally, it validates entered FedEx account numbers are the correct length.
""",
'website': 'https://hibou.io/',
'depends': [
'delivery_partner',
],
'data': [
],
'installable': True,
'application': False,
}