I am currently having a problem, in a form view there is a tree view detail row, when I click on a row in the tree view and open the second form view, the button in the second form view is not clickable, when I save the main form and then open the second form view, the button is clickable, why? Thanks for your help.
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
1894
Vistas
Hi,
By default the button in a treeview(one2many) will be disabled unless it is saved.
have a look at this similar question,
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 | |
---|---|---|---|---|
|
0
ago 23
|
1717 | ||
|
1
dic 22
|
5000 | ||
|
1
dic 20
|
4943 | ||
|
4
nov 18
|
14960 | ||
|
0
sept 17
|
3145 |
Okay, thank you very much for your help!