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
3225 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
1500
0
sty 25
1256
1
gru 24
1665
1
cze 22
5870
1
lut 19
5150