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

As per our project requirement- I have made form in odoo V12.It includes header section and line items section.So I want to add 5 rows by default in line items in tree view mode and below 5 rows , add more rows button shall be there as well.How can I achieve it?


<notebook>
                        <page string="Slit Details">
                     <field name="slit_details" style="width:25%;align:right">
                                 <tree string="Slit Details" editable="bottom">
                                   <field name="width" style="align:right"/>
                                   <field name="quantity" style="align:right"/>
                                   
                       
                        </tree>
                        </field>

                               
                        </page>
                        </notebook>

アバター
破棄
関連投稿 返信 ビュー 活動
1
5月 25
1135
2
12月 23
1688
1
11月 21
4802
0
10月 18
3998
2
4月 17
5076