When I create an Invoice (account.invoice) by code which doesn't showing outstanding payment . On the other hand while creating thorough erp which shows the outstanding payment of customer. How to solve it ? odoo version 11
Cette question a été signalée
1
Répondre
5856
Vues
This is happening because I didn't give 'type': 'out_invoice', in invoice create function
inv = inv_obj.create({'partner_id': self.customer.id,
'invoice_line_ids': line_ids,
'name': self.name,
'type': 'out_invoice',
})
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'inscrire| Publications associées | Réponses | Vues | Activité | |
|---|---|---|---|---|
|
|
0
janv. 17
|
5028 | ||
|
|
0
mars 15
|
6122 | ||
|
|
3
avr. 26
|
1178 | ||
|
|
1
juin 19
|
4156 | ||
|
|
0
mars 15
|
5810 |