Good morning all,
I created my application in J2E, but I would like to manage the accounting on odoo, so I create my APIs (for my application), how to use my API to create invoices automatically on Odoo (by integrating my API with odoo) without human action?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- ลูกค้าสัมพันธ์
- e-Commerce
- ระบบบัญชี
- สินค้าคงคลัง
- PoS
- Project
- MRP
คำถามนี้ถูกตั้งค่าสถานะ
1
ตอบกลับ
12093
มุมมอง
You can create a controller and post the necessary values to the controller and make a invoice using create method in odoo.
You have to go through the documentations to do so...ORM doc for creating documentscontrollers in Odoo
สนุกกับการพูดคุยนี้ใช่ไหม? เข้าร่วมเลย!
สร้างบัญชีวันนี้เพื่อเพลิดเพลินไปกับฟีเจอร์พิเศษและมีส่วนร่วมกับคอมมูนิตี้ที่ยอดเยี่ยมของเรา!
ลงชื่อRelated Posts | ตอบกลับ | มุมมอง | กิจกรรม | |
---|---|---|---|---|
|
1
ส.ค. 25
|
508 | ||
|
1
ส.ค. 25
|
707 | ||
|
2
ก.ค. 25
|
3244 | ||
API xmlrpc - upload pdf bills to account
แก้ไขแล้ว
|
|
3
ก.ค. 25
|
869 | |
|
1
มิ.ย. 25
|
2395 |
How to use APIs in Odoo:
1- http://learnopenerp.blogspot.com/2019/10/connecting-to-odoo-using-xml-rpc.html
2- http://learnopenerp.blogspot.com/2018/08/odoo-web-controller.html
See this: https://www.youtube.com/watch?v=wGvuRbCyytk