İçereği Atla
Menü
Bu soru işaretlendi
1 Cevapla
1880 Görünümler

I want to show a list view, in this page of the notebook, the list view should only show some fields from the same notebook


Avatar
Vazgeç
En İyi Yanıt

Hi,
To create a list view inside the notebook in a form view you can check the below example:

<notebook>
                            <page string="Page Name" name="page_name" >
                                <field name="your_one_2_many_field">// one2many field related to the corresponding list view model
                                    <tree editable="bottom">
                                        //Add the fields to show in the list view
                                        <field name="field_1" />
                                        <field name="field_2" />
                                        <field name="field_3" />
                               
                                    </tree>
                                </field>
                            </page>
</notebook>

Hope it helps

Avatar
Vazgeç
Üretici

I have to show the fields many2one fields in the same notebook, so I used the approach to store those many2one fields data in another model, and then show those new model fields in that view as a tree and it worked properly, thank you

İlgili Gönderiler Cevaplar Görünümler Aktivite
2
Kas 24
2938
1
Kas 23
3218
1
Eyl 23
4652
0
Nis 21
3552
0
Mar 25
1114