web/web_ir_actions_act_window_page
Holger Brunn d27fd0456f
[ADD] run onclose handler if we got one
2016-07-19 19:20:32 +02:00
..
static [ADD] run onclose handler if we got one 2016-07-19 19:20:32 +02: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.