Files
suite/delivery_partner_fedex/__manifest__.py
Leighton Pennicott 0b57c57be9 [MIG] delivery_partner_fedex: migrate to odoo 14.0
Added 'ondelete' option. It's now required when the selection_add parameter is used.
2020-11-09 09:56:12 -05:00

19 lines
413 B
Python
Executable File

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