What is the link between sale order and invoice, and delivery order and invoice in odoo 11
we have to print invoice reference no in sale order print as well as delivery order.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
What is the link between sale order and invoice, and delivery order and invoice in odoo 11
we have to print invoice reference no in sale order print as well as delivery order.
You could be searching these couple of fields. Are from my db in Odoo12, but maybe there were the same at Odoo11.
The sale module, 'sale.order' model have this related field to Invoices.
invoice_ids = fields.Many2many("account.invoice", string='Invoices', compute="_get_invoiced", readonly=True, copy=False)
And the sale_stock module, also in the inherited 'sale.order' model is the line:
picking_ids = fields.One2many('stock.picking', 'sale_id', string='Pickings')
So from there you can get all the info you need.
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj sięPowiązane posty | Odpowiedzi | Widoki | Czynność | |
---|---|---|---|---|
|
6
maj 24
|
12505 | ||
|
2
paź 18
|
6328 | ||
|
4
maj 23
|
9733 | ||
|
1
maj 17
|
6139 | ||
|
0
wrz 23
|
1413 |