Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 298 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 298 Bytes

Client side paging

This addon allows a developer to return the following action types::

{'type': 'ir.actions.act_window.page.next'}

or::

{'type': 'ir.actions.act_window.page.prev'}

which trigger the form's controller to page into the requested direction on the client side.