Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
3234 Zobrazení

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
Zrušit
Nejlepší odpověď

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
Zrušit
Autor

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

Related Posts Odpovědi Zobrazení Aktivita
0
úno 25
1504
0
led 25
1260
1
pro 24
1669
1
čvn 22
5877
1
úno 19
5156