Skip to content

Odoo Core Modules are not in the Remote Python interpreter. #152

@DaniilDigtyar

Description

@DaniilDigtyar

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions