Contributors mailing list archives
contributors@odoo-community.org
Browse archives
Re: how to use odoo setuptools
by
TAKOBI s.r.l., Lorenzo Battistini.
On 1 February 2017 at 15:07, <Bidoul@pad.odoo-community.org> wrote:
It seems this produces a package without addons: I built my local odoo repo with pip wheel .
But, after having installed it, starting odoo I get
File "/tmp/test/lib/python2.7/site-packages/odoo/modules/module.py", line 60, in load_module
f, path, (_suffix, _mode, type_) = imp.find_module(addon_name, ad_paths)
ImportError: No module named web
Indeed:
$ ls /tmp/test/lib/python2.7/site-packages/odoo/addons
base test_access_rights test_converter test_impex test_limits test_pylint test_workflow
__init__.py test_assetsbundle test_documentation_examples test_inherit test_mimetypes test_read_group
__init__.pyc test_convert test_exceptions test_inherits test_new_api test_uninstall
Did you ever get into this?
Thanks
Lorenzo Battistini