跳至内容
菜单
此问题已终结
1 回复
5046 查看

Per default, list/tree views in various modules show only 80 items. I know that one can manually change this amount, but this change is reset each time a module is accessed anew. Is there some way to modify this default behavior for specific views (e.g. to show 200 items instead of 80)? 

形象
丢弃
最佳答案

Hello philjun,

<field name="limit">200</field>

in your action (XML file).

Try Following,

for example,

<record id="action_your_object_form" model="ir.actions.act_window">

<field name="name">Your Object Name</field>

<field name="type">ir.actions.act_window</field>

<field name="res_model">your.object</field>

<field name="view_type">form</field>

<field name="limit">200</field>

<field name="view_mode">tree,form</field>

</record>

Hope this work for you.

if you find this answer helpful, please give me a thumbs up vote    

Regards,

Ankit H Gandhi

形象
丢弃
相关帖文 回复 查看 活动
0
9月 21
2423
1
4月 15
5943
3
4月 25
4855
5
8月 24
46913
5
11月 23
43213