Amazon MWS Connector (#15061)

* [fix] #15054

* [fix] #15058

* codacy issues

* Codacy fixes-1

* Travis Fix

* fix codacy

* fix codacy

* review changes 1

* Custom fields and fixes

* remove amazon id

* remove item.json and sales_order.json

* added back sales_order and item files
This commit is contained in:
Pawan Mehta
2018-09-05 17:16:57 +05:30
committed by Nabin Hait
parent 6c9a92671b
commit 6010a10ad1
11 changed files with 2305 additions and 1 deletions

View File

@@ -30,6 +30,11 @@ def get_data():
"type": "doctype",
"name": "Shopify Settings",
"description": _("Connect Shopify with ERPNext"),
},
{
"type": "doctype",
"name": "Amazon MWS Settings",
"description": _("Connect Amazon with ERPNext"),
}
]
}