尝试导入网站时,OpenERP Magento集成失败

aze*_*ndh 5 integration magento openerp python-2.7 magento-1.7

我已经安装了OpenERP 7和Magento 1.7。我的任务之一是在它们之间部署连接器。我已经将Openlabs OpenERP连接器安装到Magento,并从此处(https://github.com/openlabs/magento-integration)将magento-integration模块安装到OpenERP 。

“测试连接”功能可以正常工作。单击之后Import Websites,弹出窗口中显示的堆栈跟踪:

Client Traceback (most recent call last):
  File "/usr/lib/pymodules/python2.7/openerp/addons/web/http.py", line 204, in dispatch
response["result"] = method(self, **self.params)
...
File "/usr/lib/pymodules/python2.7/openerp/addons/base/ir/ir_model.py", line 861, in _get_id
raise ValueError('No such external ID currently defined in the system: %s.%s' % (module, xml_id))
ValueError: No such external ID currently defined in the system: magento_integration.instance_website_tree_view
Run Code Online (Sandbox Code Playgroud)

我对OpenERP(和python)不熟悉,所以我的问题是什么ValueError: No such external ID currently defined in the system: magento_integration.instance_website_tree_view,以及如何解决它?

提前致谢。

小智 0

显示此错误是因为在模块 magento_integration 中没有定义 Xml id-instance_website_tree_view

但有些地方它被用作参考。