I want to import an Excel File which includes "text", "number" and "datetime";
I should select some rows according to their "text", "number" and "datetime";
How shall I?
Thank you
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
I want to import an Excel File which includes "text", "number" and "datetime";
I should select some rows according to their "text", "number" and "datetime";
How shall I?
Thank you
Please watch this video in order to understand the basics about exporting and importing data using .csv files: https://www.youtube.com/watch?v=5VrVrHHmqpw
Make an export of a record first, and then you can use it as template to import your data.
Thank you for your explanations;
Could you give me more details about this?
I just use fields.Binary() to upload excel files and I find it is very difficult to read out the data from the binary excel files.
สร้างบัญชีวันนี้เพื่อเพลิดเพลินไปกับฟีเจอร์พิเศษและมีส่วนร่วมกับคอมมูนิตี้ที่ยอดเยี่ยมของเรา!
ลงชื่อRelated Posts | ตอบกลับ | มุมมอง | กิจกรรม | |
---|---|---|---|---|
|
1
มิ.ย. 22
|
3236 | ||
|
1
มิ.ย. 22
|
3025 | ||
|
1
มี.ค. 25
|
117 | ||
|
4
พ.ค. 24
|
6724 | ||
|
2
ม.ค. 23
|
5564 |
can you show me a little detail?
I donot know how to make an export>