This question has been flagged

Almost 2 weeks ago I purchased the enterprise version that I believed would contain connectors to eBay and Amazon.  Once I figured out how to install Odoo I went to install the connectors.  There is no option for an Amazon connector despite their features page saying it is available. The eBay connect is available but I get an error saying no module ebaysdk. I contacted them through the help system and by email through multiple accounts and still no one has answered. Does anyone know if the Amazon / eBay module work in Odoo and if so how do you install them?

Avatar
Discard

Still no official Amazon connector for Enterprise contract holders. And now https://www.odoo.com/page/e-commerce-features#part_8 doesn't even say (coming soon) next to Amazon like it did back when I purchased Enterprise in 2016. When can we expect official Amazon support from Odoo?

Best Answer

Hi,

Please https://pypi.python.org/pypi/ebaysdk/ 


install from python org

using following command:

sudo pip install ebaysdk

 

Avatar
Discard