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?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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.
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
6
Jun 17
|
4919 | ||
|
1
Jul 19
|
7645 | ||
|
4
Dec 23
|
187029 | ||
|
0
Nov 21
|
2137 | ||
|
3
Aug 19
|
8365 |