Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
3456 Widoki

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!

Awatar
Odrzuć
Najlepsza odpowiedź

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.

Awatar
Odrzuć
Autor

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

Powiązane posty Odpowiedzi Widoki Czynność
0
lut 25
1896
0
sty 25
1659
1
gru 24
2108
1
cze 22
6442
1
lut 19
5534