-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PRT] Port 8.0 of web_ir_actions_act_window_page
- Loading branch information
Stefan Rijnhart
committed
Jan 19, 2015
1 parent
0809cf6
commit e429f49
Showing
6 changed files
with
39 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Client side paging | ||
===================== | ||
|
||
This addon enables buttons to return:: | ||
|
||
{'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. |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<openerp> | ||
<data> | ||
<template id="assets_backend" | ||
name="web_ir_actions_act_window_page assets" | ||
inherit_id="web.assets_backend"> | ||
<xpath expr="." position="inside"> | ||
<script type="text/javascript" | ||
src="/web_ir_actions_act_window_page/static/src/js/web_ir_actions_act_window_page.js"></script> | ||
</xpath> | ||
</template> | ||
</data> | ||
</openerp> |