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.
 
 
 
 
 
Oleg Bulkin e5d65e7a8d web_widget_darkroom: Modal, fixes, cleanup * Fix bugs involving the crop and pan functionality by modifying crop and zoom plugins and Darkroom widget * Add Darkroom modal to normal image widget, using darkroom.modal wizard model to provide backend support for modal view * Remove res.users view changes introduced for demo purposes (not needed due to modal functionality) * Clean up existing code, removing many unnecessary DarkroomJS files 7 years ago
..
static [PRT] Port 8.0 of web_ir_actions_act_window_page 10 years ago
view [PRT] Port 8.0 of web_ir_actions_act_window_page 10 years ago
README.md [IMP] Remove empty line 10 years ago
__init__.py [IMP] Terminology 11 years ago
__manifest__.py [MIG] Rename manifest files 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.