Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
2 Replies
6959 Tampilan

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?

Avatar
Buang
Jawaban Terbai

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:


Avatar
Buang
Jawaban Terbai

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

Avatar
Buang
Post Terkait Replies Tampilan Aktivitas
4
Agu 25
2134
2
Des 19
6382
1
Jul 24
2191
3
Jul 25
9503
4
Nov 23
14038