I have one One2Many field in my model. I set limit = 5 for the tree element. But how can I change the list with possible values (80-200-500, etc.) to my custom list (for example: 10-15, etc.)?

Here is my xml:
<field name="adaptation_result_ids"> <tree default_order="date desc" limit="5"> <field name="name"/> <field name="date"/> </tree> </field>
Is it possible that in the settings you can use Window Actions ?

I tried different ways, but all in vain. Can you help with my problem? Thank you in advance.
python openerp odoo-9
Danila ganchar
source share