تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
1 الرد
5276 أدوات العرض

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!