Skip to Content
Menu
This question has been flagged
1 Odpoveď
8655 Zobrazenia

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
Zrušiť
Best Answer

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
Zrušiť
Autor

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 Replies Zobrazenia Aktivita
6
jún 17
5867
1
júl 19
9281
4
dec 23
191274
0
nov 21
3443
3
aug 19
10428