Good Day! is the limit parameter/tag not working on a One2many Fields? I've try the tag but it doesn't work here is my sample code
<notebook>
<page string ="Employee's Attendance">
<field name="employee_ids" string ="Employee Attendance Information">
<tree create = "false" limit="200">
<field name="attendance_status"
<field name="regular_days_work" />
<field name="absent"/>
<field name="leaves"/>
<field name="tardiness"/>
<field name="straight_duty"
</tree>
</field>
</page>
</notebook>
Please I need some help! Thanks