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?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- 会計
- 在庫
- PoS
- Project
- MRP
この質問にフラグが付けられました
3
返信
11733
ビュー
Hi,
Please refer the following link
Regards
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 |