Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
1 Responder
3211 Visualizações

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
Cancelar
Melhor resposta

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
Cancelar
Autor

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

Publicações relacionadas Respostas Visualizações Atividade
0
fev. 25
1482
0
jan. 25
1244
1
dez. 24
1648
1
jun. 22
5856
1
fev. 19
5123