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

Shall  we use python's raw modules such as "xlrd" on Odoo?

When I type " import xlrd", Odoo complain that there is no xlrd module;

Maybe these modules are forbid? 

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

First you need to install library for xlrd in python, for that follow below steps :


1 Open terminal and type below command:

sudo pip install xlrd

2 now you can try to import xlrd command.


That's it :)



الصورة الرمزية
إهمال
الكاتب

So it is and it is so convenient; Thank you for your kindness;

So does it, such as "pandas" and other module, yes?

Yes, sale like this you can install other library.

المنشورات ذات الصلة الردود أدوات العرض النشاط
6
يونيو 17
5591
1
يوليو 19
8855
4
ديسمبر 23
190452
0
نوفمبر 21
3082
3
أغسطس 19
9886