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.

13 lines
298 B

10 years ago
10 years ago
  1. Client side paging
  2. ==================
  3. This addon allows a developer to return the following action types::
  4. {'type': 'ir.actions.act_window.page.next'}
  5. or::
  6. {'type': 'ir.actions.act_window.page.prev'}
  7. which trigger the form's controller to page into the requested direction on the
  8. client side.