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
- Contabilidad
- Inventario
- PoS
- Project
- MRP
Se marcó esta pregunta
1
Responder
2784
Vistas
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
¿Le interesa esta conversación? ¡Participe en ella!
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
RegistrarsePublicaciones relacionadas | Respuestas | Vistas | Actividad | |
---|---|---|---|---|
|
2
jun 25
|
3491 | ||
|
1
ago 23
|
1947 | ||
|
0
jul 21
|
1237 | ||
|
0
sept 16
|
3116 | ||
|
0
sept 24
|
910 |
thanks, i'm trying