hello, i have 2 models author and books and i need that when i select an author only books of this author appear i have tried to use the domaine but the value is static i need that to change dynamicly depending to the author filed
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- 会計
- 在庫
- PoS
- Project
- MRP
この質問にフラグが付けられました
1
返信
3056
ビュー
Hi,
You have two options, one is two return the domain using onchange function(this has been removed from latest version), and the second option is to use the web domain field module.
Method 1 : https://www.youtube.com/watch?v=IpXXYCsK2ow
Method 2: https://www.youtube.com/watch?v=dq5Vtj_pwuI
Thanks
関連投稿 | 返信 | ビュー | 活動 | |
---|---|---|---|---|
|
2
6月 25
|
3979 | ||
|
1
8月 23
|
2194 | ||
|
0
7月 21
|
1571 | ||
|
0
9月 16
|
3450 | ||
|
0
9月 24
|
1234 |
thanks, i'm trying