coopdevs / coopdevs/odoo-role

Odoo Core Modules are not in the Remote Python interpreter.

Open
#152 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
Shell
Stars
13
Forks
21
Avg merge
8m
Merged PRs (30d)
1

Description

When using the remote python interpreter of the lxc container, some Odoo modules are not added by default to the venv.
`Remote Python 3.7.7 (sftp://odoo@odoo-ce.local:22/home/odoo/pyenv/versions/odoo/bin/python3.7)`

All the modules located in `/opt/odoo/addons` these are all the core Odoo modules `account, crm, l10n_es...` are not added to the venv and not found by the interpreter because they are not installed via pip.

The modules located in `/opt/odoo/odoo/addons`, (base and all the testing modules) are added.

To fix this, I copy all the modules in `/opt/odoo/addons` to the `/home/odoo/pyenv/versions/odoo/lib/python3.7/site-packages/odoo/addons` folder.

Don't know I is something with my configuration that I do wrong, feedback is apreciated.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.