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
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project
- MRP
This question has been flagged
1
Odgovori
3431
Prikazi
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!
PrijaviRelated Posts | Odgovori | Prikazi | Aktivnost | |
---|---|---|---|---|
|
0
jan. 17
|
2902 | ||
|
0
mar. 15
|
3791 | ||
|
1
jun. 19
|
2191 | ||
|
0
mar. 15
|
3215 | ||
|
1
mar. 15
|
5972 |