Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
8672 Tampilan

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? 

Avatar
Buang
Jawaban Terbai

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 :)



Avatar
Buang
Penulis

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.

Post Terkait Replies Tampilan Aktivitas
6
Jun 17
5868
1
Jul 19
9285
4
Des 23
191279
0
Nov 21
3444
3
Agu 19
10428