Skip to Content
Menu
This question has been flagged
2 Replies
6827 Zobrazenia

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
Zrušiť
Best Answer

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
Zrušiť
Best Answer

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

Avatar
Zrušiť
Related Posts Replies Zobrazenia Aktivita
4
aug 25
1891
2
dec 19
6198
1
júl 24
2036
3
júl 25
9447
4
nov 23
13807