Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet
1 Antworten
8056 Ansichten

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
Verwerfen
Beste Antwort

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
Verwerfen
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.

Verknüpfte Beiträge Antworten Ansichten Aktivität
6
Juni 17
5600
1
Juli 19
8861
4
Dez. 23
190470
0
Nov. 21
3092
3
Aug. 19
9890