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

Odoo v13

What is the Studio path to report the Sales Order Customer name onto the Manufacturing Order? 

I have found many solutions that suggest making it as such:

Product>Stock Move and so on however using any mapping through the stock move produces the Customer name of the first order with the product, not the current Sales Order customer to which the Manufacturing order is applicable. 

Any other suggestions?

아바타
취소
베스트 답변

Add a custom Many2One field in the Manufacturing Order model that directly links to the Sales Order model. This ensures the Manufacturing Order is tied to the correct Sales Order.

아바타
취소

Create an automated action that updates this field based on the 'Source' field in the Manufacturing Order. For example, you could use a Python expression like record.env['sale.order'].search([('name', '=', record.origin)]) to fetch the correct Sales Order.

This post was last modified: 08-04-2025, 00:21 am by https://blockblastonline.com

작성자 베스트 답변

Unfortunatly using the Procurement Group as the source did not bring forth any data. (product is MTO). Any othe suggestions?

아바타
취소
베스트 답변

Hi Julie

Product > Stock Move will show all stock moves for the produced product.

Instead, if you used Procurement Group > Sale Order > Customer you should be able to get the info you're after.

Note: This will only work if you're using an MTO route, so the sale order is directly creating the manufacturing order. If the manufacturing order was created from a reordering rule there won't be a connection between the SO and MO.

Cheers,
Jake

아바타
취소
관련 게시물 답글 화면 활동
1
12월 19
3629
1
9월 25
930
2
9월 25
545
2
9월 25
501
3
10월 25
639