Skip to Content
Menú
This question has been flagged
1 Respondre
8060 Vistes

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
Descartar
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
Descartar
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 Respostes Vistes Activitat
6
de juny 17
5605
1
de jul. 19
8866
4
de des. 23
190484
0
de nov. 21
3098
3
d’ag. 19
9891