コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
1738 ビュー

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

アバター
破棄
最善の回答

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}' 


アバター
破棄
関連投稿 返信 ビュー 活動
2
8月 25
2403
1
7月 25
908
1
8月 25
1151
0
5月 25
1344
2
4月 25
3565