Skip to Content
Menu
This question has been flagged
1 Reply
4749 Views

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
Discard
Best Answer

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
Discard
Author

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

Author

It makes a lot of sense, thanks Niyas!