コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
8081 ビュー

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? 

アバター
破棄
最善の回答

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



アバター
破棄
著作者

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.

関連投稿 返信 ビュー 活動
6
6月 17
5609
1
7月 19
8875
4
12月 23
190511
0
11月 21
3105
3
8月 19
9891