Add delivery_partner, delivery_partner_dhl, delivery_partner_fedex, delivery_partner_ups

This commit is contained in:
Jared Kipe
2018-04-13 09:52:13 -07:00
committed by Leo Pinedo
parent b76475de3e
commit 7a739b60b7
5 changed files with 53 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
'name': 'UPS Partner Shipping Accounts',
'author': 'Hibou Corp. <hello@hibou.io>',
'version': '11.0.1.0.0',
'category': 'Stock',
'sequence': 95,
'summary': 'UPS Partner Shipping Accounts',
'description': """
""",
'website': 'https://hibou.io/',
'depends': [
'delivery_partner',
],
'data': [
'views/delivery_views.xml',
],
'installable': True,
'application': False,
}