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
- Comptabilité
- Inventaire
- PoS
- Project
- MRP
Cette question a été signalée
1
Répondre
2898
Vues
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
Vous appréciez la discussion ? Ne vous contentez pas de lire, rejoignez-nous !
Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !
S'inscrirePublications associées | Réponses | Vues | Activité | |
---|---|---|---|---|
|
2
juin 25
|
3753 | ||
|
1
août 23
|
2047 | ||
|
0
juil. 21
|
1379 | ||
|
0
sept. 16
|
3254 | ||
|
0
sept. 24
|
1053 |
thanks, i'm trying