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!