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
- Comptabilité
- Inventaire
- PoS
- Project
- MRP
Cette question a été signalée
1
Répondre
1484
Vues
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.
Vous appréciez la discussion ? Ne vous contentez pas de lire, rejoignez-nous !
Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !
S'inscrirePublications associées | Réponses | Vues | Activité | |
---|---|---|---|---|
|
1
juin 23
|
2606 | ||
|
2
juil. 19
|
4024 | ||
|
0
mai 19
|
4103 | ||
|
1
juin 17
|
3535 | ||
|
0
mars 16
|
3522 |
I´m using odoo online and python to do the payments