3
0
Fork 0
web_techsystech/web_ir_actions_act_window_page
Pedro M. Baeza 8a9710a005 [MIG] Make modules uninstallable 2015-10-14 02:57:05 +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 [MIG] Make modules uninstallable 2015-10-14 02:57:05 +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.