Se rendre au contenu
Menu
Cette question a été signalée
1 Répondre
5275 Vues

Hi everyone,


Is it possible to install a python library in Odoo Enterprise 14?


"sudo pip install zklib"


We're trying to set up a fingerprint attendance module and it requires this package from the manufacturer.


Thanks!

Avatar
Ignorer
Meilleure réponse

Hi,

Yes it is possible to install the python libraries in odoo enterprise. Installing the extra packages are same in both community and enterprise.

Just open the terminal/command line where you have installed/set up the odoo and run the above command to install the package.

Thanks

Avatar
Ignorer
Auteur

Thank you for your message Niyas. Right now we're configuring the free trial and we were planning to continue with the Enterprise SaaS version. Does the Saas version provide terminal access or we need to run it on our own server to be able to install additional packages?

In the saas version you will not be able to install any custom modules, thus not able to install extra packages. In this case you might have to go for on premise implementation or for odoo.sh

Auteur

It makes a lot of sense, thanks Niyas!