3
0
Fork 0

[IMP] Description

9.0
Stefan Rijnhart 2015-01-19 11:15:28 +01:00
parent 983124bb58
commit 8a4b25e18a
1 changed files with 4 additions and 2 deletions

View File

@ -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.