I want to write a module in which you can upload an excel file, after uploading some of the sale order records should be updated based on excel file content. How can I achieve this using odoo import excel option?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- ลูกค้าสัมพันธ์
- e-Commerce
- ระบบบัญชี
- สินค้าคงคลัง
- PoS
- Project
- MRP
คำถามนี้ถูกตั้งค่าสถานะ
I achieved this by extending ListView.buttons template and writing its specific js file and python import function.
Create a custom model tailored to the excel file you want to upload, so you can upload it just using the standard odoo import function. Then you can write a method to be called from a menu action or a button that will process the imported lines and flag them as done or delete them.
Otherwise you have to make a model where you can upload the excel file as a binary attachment, and then elaborate it manually using a python excel library.
can you be more specific about using standard odoo import?
can you be more specific about using standard odoo import?
สนุกกับการพูดคุยนี้ใช่ไหม? เข้าร่วมเลย!
สร้างบัญชีวันนี้เพื่อเพลิดเพลินไปกับฟีเจอร์พิเศษและมีส่วนร่วมกับคอมมูนิตี้ที่ยอดเยี่ยมของเรา!
ลงชื่อRelated Posts | ตอบกลับ | มุมมอง | กิจกรรม | |
---|---|---|---|---|
|
3
พ.ย. 23
|
7065 | ||
|
3
พ.ย. 20
|
4709 | ||
|
0
ก.ย. 24
|
754 | ||
|
3
ก.ค. 16
|
5004 | ||
|
4
พ.ย. 24
|
10455 |