Forum archive
Odoo 14 (TKL v 16.1)
Hi,
I am trying to load a "addon" to current Odoo build on TKL/Hub.
In the past I could add a new path in the Odoo Conf File
This is Odoo 14, but TKL Odoo has a significantly different structure.
Reads Now
addons_path = /usr/lib/python3/dist-packages/odoo/addons
What I would like:
addons_path = /usr/lib/python3/dist-packages/odoo/addons,/opt/odoo/14/addons
Note that I am adding a folder not in the dist packages but in the Opt Directory
The old system I have been running has the following info in it (I like the old documentation here)
# Specify the addons_path folders ordered by priority
# addons_path=/first/path/,/second/path/
#-----------------------------------------------------------------------------
# addons_path = /opt/openerp/odoo/addons
addons_path = opt/openerp/odoo/addons,/opt/openerp/oca/connector
The Owner moved from openerp to odoo (I have assigned this to the Addon).
Unfortunately, when I add the extra folder the whole system crawls to a stop. Icons change etc.
So, I just added a folder to the /dist-packages/odoo/addons folder and removed the comma(,) and the second addons path.
That brought the new Addon I need to Odoo.
Now though I can't install it... I am being told that I need the "squareup" Python package.
In WebShell (12320_
If I type
"pip install squareup" it appears that PIP is not installed.
If I type "install pip"
I get an error that it cannot be done...
Seems I could download get-pip.py ... but there are many versions of python. Perhaps I need to type it from the version folder. (tried that.. does not work).. also tried tet-pip.py from the python3 folder.
Guidance will be appreciated.
Thank you,
Landis
I tried the following
python get-pip.pybut got the following error. Will try with 3.0