How To Give Domain For A Field Based On Another Field with odoo studio?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客戶關係
- e-Commerce
- 會計
- 庫存
- PoS
- Project
- MRP
此問題已被標幟
1
回覆
3065
瀏覽次數
Hi,
If you are using odoo13 and below, you can follow this approach of returning the domain in onchange.
See this sample from the code: How To Give Domain For A Field Based On Another Field
If you need to do it from UI, try with the server action: Add Onchange Function From User Interface In Odoo
Thanks