コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
3216 ビュー

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!

アバター
破棄
最善の回答

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.

アバター
破棄
著作者

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

関連投稿 返信 ビュー 活動
0
2月 25
1498
0
1月 25
1256
1
12月 24
1663
1
6月 22
5870
1
2月 19
5148