Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
5741 Vistas

There is no way for me to hide a field in the method fields_view_get, I tried all the possible ways to set invisible to the field, none of them worked (attrs, modifiers, invisible directly, invisible inside the tag.)

            for node in doc.xpath("//field[starts-with(@name, 'module_')]"):
                node.set('invisible', '1')  //don't work
                node.set('attrs', '{"invisible": 1 }') //don't work

What is my mistake here?

 

 

Avatar
Descartar
Mejor respuesta

Refer the LInk may be help you.

Avatar
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
1
dic 17
7539
2
nov 16
6342
1
sept 15
4999
3
ago 15
9126
1
jul 15
8567