Files
web/web_ir_actions_act_window_page
Alexandre Fayolle 501070389c Add OCA as author of OCA addons
In order to get visibility on https://www.odoo.com/apps the OCA board has
decided to add the OCA as author of all the addons maintained as part of the
association.
2023-07-31 11:24:40 +02:00
..
2023-07-31 11:24:40 +02:00
2023-07-31 11:24:40 +02:00

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.