Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
8040 Widoki

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? 

Awatar
Odrzuć
Najlepsza odpowiedź

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



Awatar
Odrzuć
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.

Powiązane posty Odpowiedzi Widoki Czynność
6
cze 17
5589
1
lip 19
8853
4
gru 23
190451
0
lis 21
3079
3
sie 19
9885