在 odoo 9.0 上安装 WooCommerce 连接器

Install WooCommerce connector on odoo 9.0

我想在 Odoo 9.0 中安装 WooCommerce 连接器,但它不起作用。
关于技术资料,在Debian Jessie下。

Odoo 安装有:

sudo apt-get install odoo

而且有效。
WooCommerce 连接器安装有:

 sudo easy_install woocommerce

根据 this post,woocommerce 安装在 Python 部分,因为可以执行:

$ python
Python 2.7.3 (default, Mar 13 2014, 11:03:55) 
[GCC 4.7.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from woocommerce import API

没有任何错误。

最后,WooCommerce 模块没有显示在 Odoo 的应用程序列表中。

如果有人有想法并能解释一下,将不胜感激。

非常感谢。

您必须从 git link Odoo-woocommerce connector or Download it from odoo apps website Odoo-woocommerce connector.

下载 odoo-woocommerce 连接器模块

下载后,将 folder/modules 上传到 Odoo 插件目录中。比您必须转到 Odoo 应用程序列表并需要单击升级应用程序列表菜单。升级后,您将在应用列表菜单中看到这些应用。

感谢 Nilesh 的反馈,

我已经尝试这样做了,但它不起作用,但我可能犯了一个错误吗?

Odoo 应用程序网站为 8.0 版本(第 2 link)提供了一个 woo 连接器,所以我下载了 OCA 版本(第 1 link)。 我把,connector_woocommerce目录(放在connector_woocommerce-9.0目录的目录)放在

/usr/lib/python2.7/dist-packages/openerp/addons

目录。

我在 Odoo 上执行了 "Upgrade Apps List" 并且......没有任何反应。

有人试过吗?

这是从模块开发者那里收到的回复:

Yeah, the module is not migrated to v9, so it doesn't work in this version until it is.

根据gitub上的讨论,一些依赖的模块还没有迁移。