Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
3 ตอบกลับ
8195 มุมมอง

hello there,
 

I would want to change the limit of 80 in the fields list here.

thanks to help


EDIT #1

The list of fields is defined in the view base.view_model_form. In the XML, we have this code. Can we define a limit in a XML file?

                        <page string="Fields">
<field name="field_id">
<tree string="Fields Description">
<field name="name"/>
<field name="field_description"/>
<field name="ttype"/>
<field name="required"/>
<field name="readonly"/>
<field name="select_level"/>
<field name="state"/>
</tree>
<form string="Fields Description">
<group col="4">
<field name="name"/>
<field name="state"/>
<field name="field_description"/>
</group>
<group string="Properties">
<group>
<field name="ttype"/>
<field name="relation" attrs="{'required': [('ttype','in',['many2one','one2many','many2many'])],'readonly': [('ttype','!=','one2many'), ('ttype','!=','many2one'), ('ttype','!=','many2many')]}"/>
<field name="relation_field" attrs="{'required': [('ttype','=','one2many')], 'readonly': [('ttype','!=','one2many')]}"/>
<field name="selection" attrs="{'required': [('ttype','in',['selection','reference'])], 'readonly': [('ttype','not in',['selection','reference'])]}"/>
<field name="size" attrs="{'required': [('ttype','in',['char','reference'])], 'readonly': [('ttype','not in',['char','reference'])]}"/>
<field name="domain" attrs="{'readonly': [('relation','=','')]}"/>
<field name="serialization_field_id" attrs="{'readonly': [('state','=','base')]}" domain="[('ttype','=','serialized'), ('model_id', '=', parent.model)]"/>
</group>
<group>
<field name="required"/>
<field name="readonly"/>
<field name="select_level"/>
<field name="translate"/>
<field name="on_delete" attrs="{'readonly': [('ttype','!=','many2one')]}"/>
<field name="modules"/>
</group>
</group>
<separator string="Groups"/>
<field name="groups"/>
</form>
</field>
<button
icon="gtk-justify-fill"
name="%(act_menu_create)d"
string="Create a Menu" type="action"
target="new" />
</page>

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

If you mean the quantity of items displayed simultaneously on the list just try double clicking on it. It will give you various options. 

อวตาร
ละทิ้ง
ผู้เขียน

yes I know this. But I want to change it permanently.

คำตอบที่ดีที่สุด

You have to activate developer mode, then select "edit action" from the dropdownlist, there is a field called limit, there you can change it.


Kind Regards.

อวตาร
ละทิ้ง
ผู้เขียน

thanks. But I have already done it .It changes de limit of the ir.model view. Not the limit of the fields in a particular ir.model form view.

Related Posts ตอบกลับ มุมมอง กิจกรรม
1
พ.ค. 21
5239
4
ม.ค. 24
22637
Attrs attribute แก้ไขแล้ว
2
ม.ค. 24
2055
0
ส.ค. 23
1990
Not displaying the form and tree view แก้ไขแล้ว
5
ก.ย. 21
17107