콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
2 답글
6872 화면

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
1967
2
12월 19
6270
1
7월 24
2080
3
7월 25
9470
4
11월 23
13905