You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OCA Git Bot
922116861c
|
8 years ago | |
---|---|---|
.. | ||
static | 10 years ago | |
view | 10 years ago | |
README.md | 10 years ago | |
__init__.py | 11 years ago | |
__manifest__.py | 8 years ago |
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.