Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odgovori
3457 Prikazi

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
Opusti
Best Answer

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
Opusti
Avtor

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

Related Posts Odgovori Prikazi Aktivnost
0
feb. 25
1898
0
jan. 25
1659
1
dec. 24
2109
1
jun. 22
6442
1
feb. 19
5534