How to make a custom domain such as on my sales order line i want to restrain my final user to the children of my customer?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客戶關係
- e-Commerce
- 會計
- 庫存
- PoS
- Project
- MRP
此問題已被標幟
1
回覆
2963
瀏覽次數
1) Add a field M20 in the list and form view of my sale order line
2) Place the field customer (order_partner_id) in the sale order line form. If it is not the case, the domain will never work.
3) Make a domain on my field in 1. Pay attention, because studio will only write [["partner_id","=","order_partner_id"]] but it should [["partner_id","=",order_partner_id]]
So in order to change 3 part of the domain, you have to adapt that manually in the sale order line form.
相關帖文 | 回覆 | 瀏覽次數 | 活動 | |
---|---|---|---|---|
|
1
2月 23
|
3057 | ||
|
1
9月 21
|
3554 | ||
|
1
2月 24
|
3180 | ||
|
1
4月 21
|
8175 | ||
|
2
10月 24
|
2950 |