Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
8025 มุมมอง

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.

Related Posts ตอบกลับ มุมมอง กิจกรรม
6
มิ.ย. 17
5586
1
ก.ค. 19
8842
How can I install python xlrd module? แก้ไขแล้ว
4
ธ.ค. 23
190445
0
พ.ย. 21
3072
3
ส.ค. 19
9884