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.
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/addonsthese are all the core Odoo modulesaccount, 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/addonsto the/home/odoo/pyenv/versions/odoo/lib/python3.7/site-packages/odoo/addonsfolder.Don't know I is something with my configuration that I do wrong, feedback is apreciated.