mirror of https://github.com/OCA/web.git
In order to get visibility on https://www.odoo.com/apps the OCA board has decided to add the OCA as author of all the addons maintained as part of the association. |
||
---|---|---|
.. | ||
static | ||
view | ||
README.md | ||
__init__.py | ||
__openerp__.py |
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.