Hello friends,
I am trying to add pagination feature in qweb template. i have filtered and display records using foreach so after completion of foreach loop i want to add pagination like current page, next and previous page. so it is possible using any inbuild functionality or using records count and page request using get method in form view??
Thanks in advance.