Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
2 Відповіді
6841 Переглядів

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

Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
4
серп. 25
1904
2
груд. 19
6217
1
лип. 24
2043
3
лип. 25
9453
4
лист. 23
13834