Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
3420 Vizualizări

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

Imagine profil
Abandonează
Autor Cel mai bun răspuns

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',
})
Imagine profil
Abandonează
Related Posts Răspunsuri Vizualizări Activitate
0
ian. 17
2892
0
mar. 15
3762
1
iun. 19
2184
0
mar. 15
3190
1
mar. 15
5936