Odoo Core Modules are not in the Remote Python interpreter.
- 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.