web/web_ir_actions_act_window_page
Stéphane Bidoul fa199590b3 [UPD] prefix versions with 8.0 2015-10-09 10:03:39 +02:00
..
static [PRT] Port 8.0 of web_ir_actions_act_window_page 2015-01-19 11:05:08 +01:00
view [PRT] Port 8.0 of web_ir_actions_act_window_page 2015-01-19 11:05:08 +01:00
README.md [IMP] Remove empty line 2015-01-19 11:16:17 +01:00
__init__.py [PRT] Port 8.0 of web_ir_actions_act_window_page 2015-01-19 11:05:08 +01:00
__openerp__.py [UPD] prefix versions with 8.0 2015-10-09 10:03:39 +02:00

README.md

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.