Contributors mailing list archives
contributors@odoo-community.org
Browse archives
Re: how to use odoo setuptools
by
TAKOBI s.r.l., Lorenzo Battistini.
On 3 March 2017 at 17:44, Lorenzo Battistini <lorenzo.battistini@agilebg.com> wrote:
On 3 March 2017 at 17:28, Lorenzo Battistini <lorenzo.battistini@agilebg.com > wrote: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 getFile "/tmp/test/lib/python2.7/site-packages/odoo/modules/module.p y", line 60, in load_module f, path, (_suffix, _mode, type_) = imp.find_module(addon_name, ad_paths)ImportError: No module named webIt seems I have to manually move 'addons' dir to 'odoo' dir, then build it
Additional info: after having built odoo this way, the problem described at
does not occur