Files
web/web_ir_actions_act_window_page/README.md
Stefan Rijnhart 8a4b25e18a [IMP] Description
2015-01-19 11:15:28 +01:00

299 B

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.