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.
>>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
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,
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,
--
ImportError: No module named frepple
thanks in advance for your patience
Regards
claudio
Nowhere in the connector code are we importing frepple as a module.
We plead unguilty to this error…
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,
--
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 freppleSigh, 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,
--