Hello,
Is it possible to export data from Odoo to Excel using VBA ?
Thank you for your help
Matthieu
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hello,
Is it possible to export data from Odoo to Excel using VBA ?
Thank you for your help
Matthieu
Hi, Did you fin a solution for this ?
I also would like to export data from Odoo using a vba code. I did it on SAP, so it's possible but where to find le libraries for that .
Ok I will try those solutions
Thanks everyone !
Odoo has its own export function to .csv. If you want more, you can use Odoo's API. Using the API you can do whatever you want with any tools/programming languages you like.
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
DaftarPost Terkait | Replies | Tampilan | Aktivitas | |
---|---|---|---|---|
|
0
Mar 15
|
6015 | ||
|
1
Mar 15
|
29693 | ||
|
0
Des 24
|
633 | ||
|
4
Mar 24
|
3555 | ||
|
0
Agu 18
|
3107 |
I have not tried this, but you might be able to connect to PostgreSQL via ODBC, and if you can teach yourself the data model might get somewhere with that approach.