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

Hello Everyone! I create a module with tree,form view with two fields.

'name' : fields.char('Name', size=20, required=True),
'active' : fields.boolean('Active'),

then i create two record with. name1 | true, name2 | false. i meet a problem that my second record is not appear.

Can anyone help me please!

Avatar
Descartar
Mejor respuesta

Active is special name of field. If it set to false then record hide on framework level. You can see your hidden record by advanced search.

Avatar
Descartar
Autor

You're right, I got it works. Thanks you.

Publicaciones relacionadas Respuestas Vistas Actividad
0
feb 25
1908
0
ene 25
1666
1
dic 24
2116
1
jun 22
6460
1
feb 19
5540