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
parent 970fa9e9a0
commit 8fc8753fd4
6 changed files with 162 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
{
'name': 'Partner Shipping Accounts',
'author': 'Hibou Corp. <hello@hibou.io>',
'version': '11.0.1.0.0',
'category': 'Stock',
'sequence': 95,
'summary': 'Record shipping account numbers on partners.',
'description': """
Record shipping account numbers on partners.
* Customer Shipping Account Model
""",
'website': 'https://hibou.io/',
'depends': [
'delivery',
'contacts',
],
'data': [
'security/ir.model.access.csv',
'views/delivery_views.xml',
],
'installable': True,
'application': False,
}