Skip to Content
Menú
This question has been flagged
1 Respondre
1742 Vistes

I want to add the delivery address and customer fields to a production order, this after having made that production order from a sales order... how can I add those fields ? in odoo 15

Avatar
Descartar
Best Answer

Create a related field on the Manufacturing Order model (mrp.production) like this:

move_dest_ids.sale_line_id.order_id.partner_shipping_id

Add this field to the Form View to see:


Be sure to use 

context="{'show_address': 1}"  options='{"always_reload": True}' 


Avatar
Descartar
Related Posts Respostes Vistes Activitat
2
d’ag. 25
2409
1
de jul. 25
909
1
d’ag. 25
1151
0
de maig 25
1344
2
d’abr. 25
3566