Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
2 Risposte
4585 Visualizzazioni

How can I get custom fields of sale order line to MO? 

Thanks in advance. 

Avatar
Abbandona
Risposta migliore

Hi,

sale_id = self.procurement_group_id.mrp_production_ids.move_dest_ids.group_id.sale_id.id

by this you can get the sale order related to the particular manufacturing order, and from that by calling sale_id.order_line , we get all the order lines of the current sale order( sale_id). By looping ( for line in sale_id.order_line), we get each order and by applying certain condition ( to get the particular order line) and call line.field_name inside the loop for accessing the field value for the current order line.

Regards

Avatar
Abbandona
Post correlati Risposte Visualizzazioni Attività
0
mar 21
2265
3
set 25
3067
2
ago 25
1632
0
ago 25
621
1
ago 25
2743