From 8a4b25e18a87e4a2c979ed7ae3bff58a0db1981c Mon Sep 17 00:00:00 2001 From: Stefan Rijnhart Date: Mon, 19 Jan 2015 11:15:28 +0100 Subject: [PATCH] [IMP] Description --- web_ir_actions_act_window_page/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/web_ir_actions_act_window_page/README.md b/web_ir_actions_act_window_page/README.md index bfcc71de..23a7f551 100644 --- a/web_ir_actions_act_window_page/README.md +++ b/web_ir_actions_act_window_page/README.md @@ -1,7 +1,7 @@ Client side paging ================== -This addon enables buttons to return:: +This addon allows a developer to return the following action types:: {'type': 'ir.actions.act_window.page.next'} @@ -9,4 +9,6 @@ or:: {'type': 'ir.actions.act_window.page.prev'} -which trigger the form's controller to page into the requested direction. +which trigger the form's controller to page into the requested direction on the +client side. +