install Odoo connectors

214 views
Skip to first unread message

Claudio Candito

unread,
Nov 23, 2016, 4:17:04 AM11/23/16
to frePPLe users
Dear All,
I've tried to install unsuccessfully Odoo connector by entering the following command:
unfortunately the following error's occurred:
Command /usr/bin/git clone -q https://github.com/frePPLe/frePPLe/tree/master/contrib/odoo/addons_v9 /tmp/pip-ZcMcNJ-build failed with error code 128 in None
Storing debug log for failure in /tmp/tmp7O4bWC
could someone help me describing the right procedure to do it?
thanks in advance
Claudio candito

Johan De Taeye

unread,
Nov 23, 2016, 4:47:51 AM11/23/16
to freppl...@googlegroups.com

 

The connector is not installable by pip.  You need to copy the files from the git repository and place them in an addon folder for Odoo.

 

You need to take care which branch of the git repository you put in your environment: the “master” branch is for frePPLe 4.0, use the “branch 3.2_stable” for the connector for 3.2.

 

Johan

 

Johan De Taeye

Mob: +32 477.385.362

Skype: jdetaeye

Visit us at https://frepple.com

--
You received this message because you are subscribed to the Google Groups "frePPLe users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to frepple-user...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Claudio Candito

unread,
Nov 23, 2016, 6:03:54 AM11/23/16
to frePPLe users
thanks Johan,
in the branch 3.2_stable there is the connector for V8 only; I need the V9. how can I download it?
I should download each file or there is a trick to download all of them? I'm not able to find the button for downloading them in one shot
Regards
Claudio

Johan De Taeye

unread,
Nov 23, 2016, 6:18:50 AM11/23/16
to freppl...@googlegroups.com

 

>>in the branch 3.2_stable there is the connector for V8 only; I need the V9. how can I download it?

 

That’s because we haven’t developed&tested the combination frepple 3.2 + Odoo 9.

 

To work with odoo 9:

-          Either use frepple 4.0 and connector from the master branch.

-          Either use frepple 3.2 connector for odoo 8, and do some cherry picks from the master to make it run on odoo 9.   You’re on your own in this path J

 

Johan

 

Johan De Taeye

Mob: +32 477.385.362

Skype: jdetaeye

Visit us at https://frepple.com

 

From: freppl...@googlegroups.com [mailto:freppl...@googlegroups.com] On Behalf Of Claudio Candito


Sent: Wednesday, November 23, 2016 12:04 PM
To: frePPLe users <freppl...@googlegroups.com>

--

Claudio Candito

unread,
Nov 23, 2016, 7:30:49 AM11/23/16
to frePPLe users
Dear Johan,
I've decided to install the 4.0 version
when running the command frepplectl migrate --noinput this error has occurred: ImportError: No module named 'jwt'
thanks in advance
CLaudio

Il giorno mercoledì 23 novembre 2016 10:17:04 UTC+1, Claudio Candito ha scritto:

Johan De Taeye

unread,
Nov 23, 2016, 7:43:35 AM11/23/16
to freppl...@googlegroups.com

Claudio,

 

You haven’t updated you python packages for the version 4.0.

PyJWT is a Python module we start using in 4.0. 

 

Johan

 

From: freppl...@googlegroups.com [mailto:freppl...@googlegroups.com] On Behalf Of Claudio Candito
Sent: Wednesday, November 23, 2016 1:31 PM
To: frePPLe users <freppl...@googlegroups.com>
Subject: Re: install Odoo connectors

 

Dear Johan,

--

Claudio Candito

unread,
Nov 23, 2016, 10:14:13 AM11/23/16
to frePPLe users
Dear Johan,
I've copied the folder addons_v9 in the Odoo addons forder and tried to install it in Odoo
the following error has come up:
ImportError: No module named frepple
thanks in advance for your patience
Regards
claudio

 



Il giorno mercoledì 23 novembre 2016 10:17:04 UTC+1, Claudio Candito ha scritto:

Johan De Taeye

unread,
Nov 23, 2016, 10:20:26 AM11/23/16
to freppl...@googlegroups.com

 

Nowhere in the connector code are we importing frepple as a module.

We plead unguilty to this error…

 

Johan De Taeye

Mob: +32 477.385.362

Skype: jdetaeye

Visit us at https://frepple.com

 

From: freppl...@googlegroups.com [mailto:freppl...@googlegroups.com] On Behalf Of Claudio Candito
Sent: Wednesday, November 23, 2016 4:14 PM
To: frePPLe users <freppl...@googlegroups.com>
Subject: Re: install Odoo connectors

 

Dear Johan,

--

Claudio Candito

unread,
Nov 23, 2016, 10:38:38 AM11/23/16
to frePPLe users
Dear Johan,
just to be sure I've described exactly the issue, I'm reporting below the system log
Regards
claudio candito

Traceback (most recent call last):
  File "/opt/odoo/openerp/http.py", line 648, in _handle_exception
    return super(JsonRequest, self)._handle_exception(exception)
  File "/opt/odoo/openerp/http.py", line 685, in dispatch
    result = self._call_function(**self.params)
  File "/opt/odoo/openerp/http.py", line 321, in _call_function
    return checked_call(self.db, *args, **kwargs)
  File "/opt/odoo/openerp/service/model.py", line 118, in wrapper
    return f(dbname, *args, **kwargs)
  File "/opt/odoo/openerp/http.py", line 314, in checked_call
    result = self.endpoint(*a, **kw)
  File "/opt/odoo/openerp/http.py", line 964, in __call__
    return self.method(*args, **kw)
  File "/opt/odoo/openerp/http.py", line 514, in response_wrap
    response = f(*args, **kw)
  File "/opt/odoo/addons/web/controllers/main.py", line 892, in call_button
    action = self._call_kw(model, method, args, {})
  File "/opt/odoo/addons/web/controllers/main.py", line 880, in _call_kw
    return getattr(request.registry.get(model), method)(request.cr, request.uid, *args, **kwargs)
  File "/opt/odoo/openerp/api.py", line 250, in wrapper
    return old_api(self, *args, **kwargs)
  File "/opt/odoo/openerp/addons/base/module/module.py", line 459, in button_immediate_install
    return self._button_immediate_function(cr, uid, ids, self.button_install, context=context)
  File "/opt/odoo/openerp/api.py", line 250, in wrapper
    return old_api(self, *args, **kwargs)
  File "/opt/odoo/openerp/addons/base/module/module.py", line 534, in _button_immediate_function
    registry = openerp.modules.registry.RegistryManager.new(cr.dbname, update_module=True)
  File "/opt/odoo/openerp/modules/registry.py", line 386, in new
    openerp.modules.load_modules(registry._db, force_demo, status, update_module)
  File "/opt/odoo/openerp/modules/loading.py", line 338, in load_modules
    loaded_modules, update_module)
  File "/opt/odoo/openerp/modules/loading.py", line 237, in load_marked_modules
    loaded, processed = load_module_graph(cr, graph, progressdict, report=report, skip_modules=loaded_modules, perform_checks=perform_checks)
  File "/opt/odoo/openerp/modules/loading.py", line 123, in load_module_graph
    load_openerp_module(package.name)
  File "/opt/odoo/openerp/modules/module.py", line 331, in load_openerp_module
    __import__('openerp.addons.' + module_name)
  File "/opt/odoo/openerp/modules/module.py", line 61, in load_module
    mod = imp.load_module('openerp.addons.' + module_part, f, path, descr)
  File "/opt/odoo/addons/FrePPle Connector/__init__.py", line 18, in <module>
    from . import controllers
  File "/opt/odoo/addons/FrePPle Connector/controllers/__init__.py", line 18, in <module>
    from . import frepplexml
  File "/opt/odoo/addons/FrePPle Connector/controllers/frepplexml.py", line 25, in <module>
    from openerp.addons.frepple.controllers.outbound import exporter
  File "/opt/odoo/openerp/modules/module.py", line 60, in load_module
    f, path, descr = imp.find_module(module_part, ad_paths)
ImportError: No module named frepple

Il giorno mercoledì 23 novembre 2016 10:17:04 UTC+1, Claudio Candito ha scritto:

Johan De Taeye

unread,
Nov 23, 2016, 10:44:20 AM11/23/16
to freppl...@googlegroups.com

Sigh, rename the folder "/opt/odoo/addons/FrePPle Connector" to "/opt/odoo/addons/frepple”.

 

Johan De Taeye

Mob: +32 477.385.362

Skype: jdetaeye

Visit us at https://frepple.com

 

From: freppl...@googlegroups.com [mailto:freppl...@googlegroups.com] On Behalf Of Claudio Candito
Sent: Wednesday, November 23, 2016 4:39 PM
To: frePPLe users <freppl...@googlegroups.com>
Subject: Re: install Odoo connectors

 

Dear Johan,

--

Claudio Candito

unread,
Nov 23, 2016, 1:13:53 PM11/23/16
to frePPLe users
thanks johan
already done successfully
the connector has been installed
regards
claudio


Il giorno mercoledì 23 novembre 2016 10:17:04 UTC+1, Claudio Candito ha scritto:
Reply all
Reply to author
Forward
0 new messages