Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
3217 Visualizzazioni

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
Abbandona
Risposta migliore

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
Abbandona
Autore

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

Post correlati Risposte Visualizzazioni Attività
0
feb 25
1498
0
gen 25
1256
1
dic 24
1663
1
giu 22
5870
1
feb 19
5148