Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
5282 Lượt xem

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!

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

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

Ảnh đại diện
Huỷ bỏ
Tác giả

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

Tác giả

It makes a lot of sense, thanks Niyas!