3
0
Fork 0
web_techsystech/web_ir_actions_act_window_page
Pedro M. Baeza 3a7949094b
[FIX] web_ir_actions_act_window_page: License in manifest
2019-06-16 13:10:14 +02:00
..
i18n [UPD] Update web_ir_actions_act_window_page.pot 2018-06-24 01:29:55 +00: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 [FIX] web_ir_actions_act_window_page: License in manifest 2019-06-16 13:10:14 +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.