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:
- CRM
- e-Commerce
- Contabilità
- Magazzino
- PoS
- Project
- MRP
La domanda è stata contrassegnata
1
Rispondi
1486
Visualizzazioni
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.
Ti stai godendo la conversazione? Non leggere soltanto, partecipa anche tu!
Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!
RegistratiPost correlati | Risposte | Visualizzazioni | Attività | |
---|---|---|---|---|
|
1
giu 23
|
2609 | ||
|
2
lug 19
|
4026 | ||
|
0
mag 19
|
4105 | ||
|
1
giu 17
|
3536 | ||
|
0
mar 16
|
3523 |
I´m using odoo online and python to do the payments