跳至內容
選單
此問題已被標幟
1 回覆
5281 瀏覽次數

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!

頭像
捨棄
最佳答案

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

頭像
捨棄
作者

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

作者

It makes a lot of sense, thanks Niyas!