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

There are two fields crated, one in sale.order.line and one in stock.move. When the sale.order get's confirmed it creates stock.picking with product info in stock.move. I want to send my custom field value from sale.order.line to stock.move. How to do that?

アバター
破棄
最善の回答

I have answered your question here - https://stackoverflow.com/questions/55528616/how-to-send-custom-value-from-sale-order-line-to-stock-move-in-odoo/55533744#55533744

アバター
破棄
最善の回答

Hi,

You can define an onchange function on the field in sale.order.line and in the method definition you can modify the value of stock.move.

Check this out, might be of help - https://stackoverflow.com/questions/46812726/change-fields-value-from-other-model

アバター
破棄
関連投稿 返信 ビュー 活動
1
2月 22
2959
2
4月 22
3496
5
12月 19
5444
1
3月 15
4623
2
3月 23
6234