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
- Contabilità
- Magazzino
- PoS
- Project
- MRP
La domanda è stata contrassegnata
1
Rispondi
2917
Visualizzazioni
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
Ti stai godendo la conversazione? Non leggere soltanto, partecipa anche tu!
Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!
RegistratiPost correlati | Risposte | Visualizzazioni | Attività | |
---|---|---|---|---|
|
2
giu 25
|
3766 | ||
|
1
ago 23
|
2051 | ||
|
0
lug 21
|
1385 | ||
|
0
set 16
|
3257 | ||
|
0
set 24
|
1057 |
thanks, i'm trying