我对接的是 odoo8 magento1.9.x

准备工作:

l  服务器

装上mangento 组件 $  pip install magento

装上 requests 组件:$ pip install requests

 

要用到功能模块

connector   connector_base_product  https://github.com/OCA/connector/tree/8.0

 

connector_ecommerce https://github.com/OCA/connector-ecommerce/tree/8.0

 

sale_exceptions sale_payment_method_automatic_workflow

https://github.com/OCA/sale-workflow/tree/8.0

 

product_m2mcategories

https://github.com/OCA/product-attribute/tree/8.0

 

magentoerpconnect

https://github.com/OCA/connector-magento/tree/8.0

 

把上面的安装好,最后我们看到的结果

(50)与magento集成

magento那边要装对应的模块

准备模块:

链接: http://pan.baidu.com/s/1geXparp 密码: e7jy

(50)与magento集成

下载下来也有这个目录,把内容放进去即可

然后把这个目录下的缓存清除:

(50)与magento集成

这样就安装完成

magento 后台可以查到

(50)与magento集成

建立好密钥:

第一步角色

(50)与magento集成

(50)与magento集成

(50)与magento集成

第二步用户:

(50)与magento集成

(50)与magento集成

(50)与magento集成

好这样完成magento

odoo端配置

配置文件

(50)与magento集成

启动脚本 如下:

python /var/www/erp-yejian/odoo.py --load=web,web_kanban,connector -c /var/www/erp-yejian/openerp-server.conf

 

主要加上了--load=web,web_kanban,connector 参数

对应的/var/www/erp-yejian/odoo.py /var/www/erp-yejian/openerp-server.conf

要按照你们自己的odoo放的位置做相应的改变

 

到后台配置

(50)与magento集成

用户名 和密码,就是在mangento 后面新建的用户

(50)与magento集成

和配置文件

(50)与magento集成

级别名称一样

 

执行导入工作

(50)与magento集成

(50)与magento集成

显示成功完成导入

后期特殊的功能就可以做二开,这样就集成成功了

相关文章:

  • 2022-12-23
  • 2021-10-27
  • 2021-11-29
  • 2021-08-19
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-11-17
  • 2022-12-23
  • 2022-01-31
  • 2021-08-23
  • 2021-08-02
  • 2021-11-11
  • 2022-12-23
相关资源
相似解决方案