mirror of https://github.com/OCA/web.git
14 lines
298 B
Markdown
14 lines
298 B
Markdown
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.
|