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 .
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.
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng ký| Bài viết liên quan | Trả lời | Lượt xem | Hoạt động | |
|---|---|---|---|---|
|
0
thg 3 15
|
7319 | |||
|
1
thg 3 15
|
30953 | |||
|
0
thg 12 24
|
1538 | |||
|
4
thg 6 25
|
6215 | |||
|
0
thg 8 18
|
4228 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.
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.