Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • keremtr

    (@keremtr)

    Any Updated about SKU ?
    I am also using SKU’s instead of product ids and its more useful that way, too bad i cant use your plugin. Please find a solution on this

    thank you

    Thread Starter keremtr

    (@keremtr)

    hi, i gave up working on that…
    setting it up and making it work takes time, there is no clear instruction, i found a youtube video they made, obviously we also have to install woocommerce phyton libraries ( pip easy install woocommerce ) then i no longer have that error.

    i made it work, it uploaded only 10 of my products, then next time i tried, i had woocommerce rest api errors, didnt accept consumer key / secret…

    if somebody installed and using clearly, please describe more..
    thanks

    Thread Starter keremtr

    (@keremtr)

    ok i managed to fix that, for a while i used that connector but now it doesn’t work again.. this time i am sure its woocommerce side, i did everything you said on youtube video but i get

    woocommerce_api_authentication_error

    api enabled, i choose v2 but cant connect anymore. i google and they say about api v3 but i have no idea.. any help ?

    Thread Starter keremtr

    (@keremtr)

    i am a small business owner and i really need this work, i tried many times but same results..

    my odoo 8 installed on ubuntu ( self hosted)

    i tried to install in 2 ways..
    on settings >apps i searched and found the plugin connector_woocoomerce, i got error below, i also icopied latest connector_woocommerce and put into /opt/odoo/odoo-server/addons/ and when i click install igot following error again

    Odoo Server Error
    
    Traceback (most recent call last):
      File "/opt/odoo/odoo-server/openerp/http.py", line 537, in _handle_exception
        return super(JsonRequest, self)._handle_exception(exception)
      File "/opt/odoo/odoo-server/openerp/http.py", line 574, in dispatch
        result = self._call_function(**self.params)
      File "/opt/odoo/odoo-server/openerp/http.py", line 310, in _call_function
        return checked_call(self.db, *args, **kwargs)
      File "/opt/odoo/odoo-server/openerp/service/model.py", line 113, in wrapper
        return f(dbname, *args, **kwargs)
      File "/opt/odoo/odoo-server/openerp/http.py", line 307, in checked_call
        return self.endpoint(*a, **kw)
      File "/opt/odoo/odoo-server/openerp/http.py", line 803, in __call__
        return self.method(*args, **kw)
      File "/opt/odoo/odoo-server/openerp/http.py", line 403, in response_wrap
        response = f(*args, **kw)
      File "/opt/odoo/odoo-server/addons/web/controllers/main.py", line 952, in call_button
        action = self._call_kw(model, method, args, {})
      File "/opt/odoo/odoo-server/addons/web/controllers/main.py", line 940, in _call_kw
        return checked_call(request.db, *args, **kwargs)
      File "/opt/odoo/odoo-server/openerp/service/model.py", line 113, in wrapper
        return f(dbname, *args, **kwargs)
      File "/opt/odoo/odoo-server/addons/web/controllers/main.py", line 939, in checked_call
        return getattr(request.registry.get(model), method)(request.cr, request.uid, *args, **kwargs)
      File "/opt/odoo/odoo-server/openerp/api.py", line 241, in wrapper
        return old_api(self, *args, **kwargs)
      File "/opt/odoo/odoo-server/openerp/addons/base/module/module.py", line 719, in install_from_urls
        self.update_list(cr, uid, context=context)
      File "/opt/odoo/odoo-server/openerp/api.py", line 241, in wrapper
        return old_api(self, *args, **kwargs)
      File "/opt/odoo/odoo-server/openerp/addons/base/module/module.py", line 651, in update_list
        handler.load_addons()
      File "/opt/odoo/odoo-server/openerp/http.py", line 1310, in load_addons
        m = __import__('openerp.addons.' + module)
      File "/opt/odoo/odoo-server/openerp/modules/module.py", line 80, in load_module
        mod = imp.load_module('openerp.addons.' + module_part, f, path, descr)
      File "/opt/odoo/.local/share/Odoo/addons/8.0/connector_woocommerce/__init__.py", line 22, in <module>
        from . import model
      File "/opt/odoo/.local/share/Odoo/addons/8.0/connector_woocommerce/model/__init__.py", line 22, in <module>
        from . import backend
      File "/opt/odoo/.local/share/Odoo/addons/8.0/connector_woocommerce/model/backend.py", line 23, in <module>
        from woocommerce import API
    ImportError: No module named woocommerce

    its a disappoitment, doesnt work…

Viewing 5 replies - 1 through 5 (of 5 total)