Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
2 Odpowiedzi
4492 Widoki

Good day everyone,

I'm trying to get a list of the related invoices that were create from a sale order.  I noticed this field invoice_ids it seems like an array style where each invoice is stored , but I can't figure the way to extract from there the invoice numbers and store it in a separate char field.


Thanks in advance,

Awatar
Odrzuć
Najlepsza odpowiedź

Hi,
The field ‘invoice_ids’ of model ‘sale.order’ represents the ‘account.move’ model records of the corresponding sales order. You can access the invoice number of each invoice using the ‘name’ field of each invoice_ids inside a for loop, in order to avoid singleton error and store inside the required char field.
Regards

Awatar
Odrzuć
Autor Najlepsza odpowiedź

Thanks Cybrosy.

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
0
paź 21
2337
2
cze 25
1036
1
maj 25
1050
2
lis 24
2235
0
lut 24
1396