Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
3230 Vizualizări

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!

Imagine profil
Abandonează
Cel mai bun răspuns

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.

Imagine profil
Abandonează
Autor

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

Related Posts Răspunsuri Vizualizări Activitate
0
feb. 25
1504
0
ian. 25
1258
1
dec. 24
1667
1
iun. 22
5877
1
feb. 19
5155