I want to add the delivery address and customer fields to a production order, this after having made that production order from a sales order... how can I add those fields ? in odoo 15
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- 회계
- 재고 관리
- PoS
- 프로젝트
- MRP
신고된 질문입니다
1
회신
2202
화면
Create a related field on the Manufacturing Order model (mrp.production) like this:
move_dest_ids.sale_line_id.order_id.partner_shipping_id
Add this field to the Form View to see:

Be sure to use
context="{'show_address': 1}" options='{"always_reload": True}'
| 관련 게시물 | 답글 | 화면 | 활동 | |
|---|---|---|---|---|
|
|
0
11월 25
|
55 | ||
|
|
0
11월 25
|
3386 | ||
|
|
2
8월 25
|
3975 | ||
|
|
1
7월 25
|
1960 | ||
|
|
1
8월 25
|
1154 |