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:
- CRM
- e-Commerce
- Akuntansi
- Inventaris
- PoS
- Project
- MRP
Pertanyaan ini telah diberikan tanda
1
Balas
12083
Tampilan
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
Menikmati diskusi? Jangan hanya membaca, ikuti!
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
DaftarPost Terkait | Replies | Tampilan | Aktivitas | |
---|---|---|---|---|
|
1
Agu 25
|
505 | ||
|
1
Agu 25
|
706 | ||
|
2
Jul 25
|
3241 | ||
API xmlrpc - upload pdf bills to account
Diselesaikan
|
|
3
Jul 25
|
868 | |
|
1
Jun 25
|
2389 |
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