Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid api path #8

Open
alejo9109 opened this issue Oct 29, 2015 · 4 comments
Open

Invalid api path #8

alejo9109 opened this issue Oct 29, 2015 · 4 comments

Comments

@alejo9109
Copy link

hello im use this module in my proyect but i need a some manual for config magento setup because i recive this error

Magento Returned an Error Fault 3: 'Invalid api path.

I use SOAP/XML-RPC user and SOAP/XML-RPC role please how config magento and odoo

@aliomattux
Copy link
Owner

This error means that you did not install the Magento module correctly

The Openobject folder needs to go in app/code/local and the module xml
needs to go in app/etc/modules. If you do not know how to do this, I
suggest you review how to install a Magento module. You also need to create
a webservices user with full permissions

On Thu, Oct 29, 2015 at 9:37 AM, alejo9109 [email protected] wrote:

hello im use this module in my proyect but i need a some manual for config
magento setup because i recive this error

Magento Returned an Error Fault 3: 'Invalid api path.

I use SOAP/XML-RPC user and SOAP/XML-RPC role please how config magento
and odoo


Reply to this email directly or view it on GitHub
#8.

@alejo9109
Copy link
Author

thanks at least the error no longer appears, but when I try to export a product odoo to Magento that appears this:

Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/openerp/http.py", line 537, in _handle_exception
return super(JsonRequest, self)._handle_exception(exception)
File "/usr/lib/python2.7/dist-packages/openerp/http.py", line 574, in dispatch
result = self._call_function(*_self.params)
File "/usr/lib/python2.7/dist-packages/openerp/http.py", line 310, in _call_function
return checked_call(self.db, *args, *_kwargs)
File "/usr/lib/python2.7/dist-packages/openerp/service/model.py", line 113, in wrapper
return f(dbname, _args, *_kwargs)
File "/usr/lib/python2.7/dist-packages/openerp/http.py", line 307, in checked_call
return self.endpoint(_a, *_kw)
File "/usr/lib/python2.7/dist-packages/openerp/http.py", line 803, in call
return self.method(_args, *_kw)
File "/usr/lib/python2.7/dist-packages/openerp/http.py", line 403, in response_wrap
response = f(_args, *_kw)
File "/usr/lib/python2.7/dist-packages/openerp/addons/web/controllers/main.py", line 952, in call_button
action = self._call_kw(model, method, args, {})
File "/usr/lib/python2.7/dist-packages/openerp/addons/web/controllers/main.py", line 940, in _call_kw
return checked_call(request.db, _args, *_kwargs)
File "/usr/lib/python2.7/dist-packages/openerp/service/model.py", line 113, in wrapper
return f(dbname, _args, *_kwargs)
File "/usr/lib/python2.7/dist-packages/openerp/addons/web/controllers/main.py", line 939, in checked_call
return getattr(request.registry.get(model), method)(request.cr, request.uid, _args, *_kwargs)
AttributeError: 'mage.export.wizard' object has no attribute 'export_products'

@aliomattux
Copy link
Owner

I do not support currently the export product functionality

On Thu, Oct 29, 2015 at 12:37 PM, alejo9109 [email protected]
wrote:

thanks at least the error no longer appears, but when I try to export a
product odoo to Magento that appears this

Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/openerp/http.py", line 537, in

_handle_exception return super(JsonRequest,
self).handle_exception(exception) File
"/usr/lib/python2.7/dist-packages/openerp/http.py", line 574, in dispatch
result = self._call_function(_self.params) File
"/usr/lib/python2.7/dist-packages/openerp/http.py", line 310, in
_call_function return checked_call(self.db, _args, *kwargs) File
"/usr/lib/python2.7/dist-packages/openerp/service/model.py", line 113, in
wrapper return f(dbname, args, *kwargs) File
"/usr/lib/python2.7/dist-packages/openerp/http.py", line 307, in
checked_call return self.endpoint(a, *kw) File
"/usr/lib/python2.7/dist-packages/openerp/http.py", line 803, in _call
return self.method(_args, *_kw)
File "/usr/lib/python2.7/dist-packages/openerp/http.py", line 403, in
response_wrap
response = f(_args, *_kw)
File
"/usr/lib/python2.7/dist-packages/openerp/addons/web/controllers/main.py",
line 952, in call_button
action = self._call_kw(model, method, args, {})
File
"/usr/lib/python2.7/dist-packages/openerp/addons/web/controllers/main.py",
line 940, in _call_kw
return checked_call(request.db, _args, *_kwargs)
File "/usr/lib/python2.7/dist-packages/openerp/service/model.py", line
113, in wrapper
return f(dbname, _args, *_kwargs)
File
"/usr/lib/python2.7/dist-packages/openerp/addons/web/controllers/main.py",
line 939, in checked_call
return getattr(request.registry.get(model), method)(request.cr,
request.uid, _args, *_kwargs)
AttributeError: 'mage.export.wizard' object has no attribute
'export_products'


Reply to this email directly or view it on GitHub
#8 (comment).

@alejo9109
Copy link
Author

and another tool that you recommend?:(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants