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
- Akuntansi
- Inventaris
- PoS
- Project
- MRP
Pertanyaan ini telah diberikan tanda
1
Balas
2795
Tampilan
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
Menikmati diskusi? Jangan hanya membaca, ikuti!
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
DaftarPost Terkait | Replies | Tampilan | Aktivitas | |
---|---|---|---|---|
|
2
Jun 25
|
3523 | ||
|
1
Agu 23
|
1954 | ||
|
0
Jul 21
|
1282 | ||
|
0
Sep 16
|
3149 | ||
|
0
Sep 24
|
947 |
thanks, i'm trying