limit not working with <act_window ..../>
Bug #591710 reported by
Anup(SerpentCS)
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Odoo Server (MOVED TO GITHUB) |
Fix Released
|
Undecided
|
Anup(SerpentCS) |
Bug Description
in ./auction/
<record model="
...
<field name="limit" eval="2000"/>
how to specify such a limit for
<act_window ..../>
Related branches
Changed in openobject-server: | |
status: | New → In Progress |
assignee: | nobody → Anup (Open ERP) (ach-openerp) |
To post a comment you must log in.
Hello Ferdinand,
I have found a solution for this and i am attaching it here. Would you please test it and notify us. You can use the limit as an attribute to the act_window tag.
<act_window ... limit ="100"/>
Thanks.