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

sudo apt-get install -y unixodbc-bin
or
sudo apt-get install unixodbc

working fine in my Local Ubuntu 18.04

but not working in odoo.sh

Odoo Sh need pip for installtion but
sudo pip3 install unixodbc is not available


Any solution ?

الصورة الرمزية
إهمال

add your python libraries in dependencies list.

الكاتب

unixodbc not available in pip its available in apt...

thats why in dependanices its not install in odoo.sh

أفضل إجابة

There is no way to install apt dependency via odoo module
you have to request odoo ( https://www.odoo.sh/feedback ) for add apt dependency 

ref: https://www.odoo.com/documentation/user/13.0/odoo_sh/advanced/containers.html 
"The Odoo.sh team is open to install any system packages as long as they are distributed in the official Ubuntu repositories. Leave us a feedback if you would like a package not yet installed."

الصورة الرمزية
إهمال
أفضل إجابة

You simply define that library name in your module manifest external_dependencies.
Example:

'external_dependencies': {
        'python': ['Crypto','ringcentral'],
    },
Whenever you run Odoo.sh server with that module installed or install that module, that library will get auto installed in your environment.
الصورة الرمزية
إهمال
الكاتب

unixodbc not available in pip its available in apt...

thats why in dependanices its not install in odoo.sh

Then go to Webshell of that odoo sh repo. You can install your packages for your repo system through there.

المنشورات ذات الصلة الردود أدوات العرض النشاط
7
يوليو 25
50322
0
ديسمبر 24
1209
ODOO.sh تم الحل
2
أكتوبر 24
13138
1
سبتمبر 24
1753
1
مايو 24
3561