Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
3261 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
1544
0
ene 25
1303
1
dic 24
1687
1
jun 22
5893
1
feb 19
5184