跳至內容
選單
此問題已被標幟
2 回覆
6847 瀏覽次數

I have a database where I have enabled the ability for salespeople to sell products by multiple units per package like this:



They select a package on the Sales Order Line like this:



How can I get this same information on the Delivery Order?  So that the team fulfilling can package the products correctly?

頭像
捨棄
最佳答案

1. Create a custom field that links the line on the Delivery Order to the line from the Sales Order:



2. Add the field to the Delivery Order Form View:


<field name="product_uom_qty" position="after">
<field name="x_package"/>
</field>



This is what you get:


頭像
捨棄
最佳答案

Following the answer of Ray, how to put the number of packages in the delivery then?, especially when lot also active

頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
4
8月 25
1910
2
12月 19
6223
1
7月 24
2043
3
7月 25
9457
4
11月 23
13839