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
This question has been flagged
1
Reply
5996
डेटा देखने का तरीका
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',
})
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
साइन अप करें| Related Posts | Replies | डेटा देखने का तरीका | ऐक्टिविटी | |
|---|---|---|---|---|
|
|
0
जन॰ 17
|
5191 | ||
|
|
0
मार्च 15
|
6417 | ||
|
|
3
अप्रैल 26
|
1416 | ||
|
|
1
जून 19
|
4317 | ||
|
|
0
मार्च 15
|
5966 |