Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
8023 Vizualizări

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? 

Imagine profil
Abandonează
Cel mai bun răspuns

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



Imagine profil
Abandonează
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 Răspunsuri Vizualizări Activitate
6
iun. 17
5586
1
iul. 19
8842
4
dec. 23
190444
0
nov. 21
3072
3
aug. 19
9883