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:
- 客户关系管理
- e-Commerce
- 会计
- 库存
- PoS
- Project
- MRP
此问题已终结
3
回复
11619
查看
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
|
2909 | ||
|
2
4月 22
|
3399 | ||
|
5
12月 19
|
5360 | ||
|
1
3月 15
|
4573 | ||
|
2
3月 23
|
6163 |