I have to create separate invoices and create related payments with the Odoo API. I have managed to link them but all the payments appear as outstranding credits for the same client and the invoice does not appear as paid even though the payment is marked as paid.I think it has to do with the is_reconciled field which is set to false. I´m using odoo online and python to do the payments. I don't know what to do, if someone helps me I would really appreciate it.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- Müşteri İlişkileri Yönetimi
- e-Commerce
- Muhasebe
- Envanter
- PoS
- Project
- MRP
Bu soru işaretlendi
1
Cevapla
1474
Görünümler
The best way to understand the API is to look at the log files while using Odoo.
Match the Payment with the Invoice in Odoo, then look at the log file configured to show you which API calls are being made.
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Üye Olİlgili Gönderiler | Cevaplar | Görünümler | Aktivite | |
---|---|---|---|---|
|
1
Haz 23
|
2606 | ||
|
2
Tem 19
|
4022 | ||
|
0
May 19
|
4099 | ||
|
1
Haz 17
|
3533 | ||
|
0
Mar 16
|
3518 |
I´m using odoo online and python to do the payments