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)?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Comptabilité
- Inventaire
- PoS
- Project
- MRP
Cette question a été signalée
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
Vous appréciez la discussion ? Ne vous contentez pas de lire, rejoignez-nous !
Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !
S'inscrirePublications associées | Réponses | Vues | Activité | |
---|---|---|---|---|
|
0
sept. 21
|
2185 | ||
|
1
avr. 15
|
5770 | ||
|
3
avr. 25
|
4458 | ||
|
5
août 24
|
46377 | ||
|
5
nov. 23
|
42815 |