-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MIG] web_dialog_size: Migration to 17.0
- Loading branch information
1 parent
d760a19
commit 2f6bb7f
Showing
11 changed files
with
46 additions
and
192 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 |
---|---|---|
|
@@ -91,6 +91,7 @@ Contributors | |
- Pedro M. Baeza | ||
- Jairo Llopis | ||
- Ernesto Tejeda | ||
- Carlos Roca | ||
|
||
- Sudhir Arya <[email protected]> | ||
- Pierre Pizzetta <[email protected]> | ||
|
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 |
---|---|---|
|
@@ -9,6 +9,7 @@ | |
- Pedro M. Baeza | ||
- Jairo Llopis | ||
- Ernesto Tejeda | ||
- Carlos Roca | ||
- Sudhir Arya \<<[email protected]>\> | ||
- Pierre Pizzetta \<<[email protected]>\> | ||
- Mantas Šniukas \<<[email protected]>\> |
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 was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,8 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<templates xml:space="preserve"> | ||
<t t-inherit="web.SelectCreateDialog" t-inherit-mode="extension" owl="1"> | ||
<xpath expr="//Dialog" position="attributes"> | ||
<attribute name="size">props.size</attribute> | ||
</xpath> | ||
</t> | ||
</templates> |
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" ?> | ||
<templates xml:space="preserve"> | ||
|
||
<t t-inherit="web.Dialog.header" t-inherit-mode="extension" owl="1"> | ||
<xpath expr="//button[hasclass('btn-close')]" position="before"> | ||
<ExpandButton | ||
getsize="getSize" | ||
setsize="setSize" | ||
t-if="!isFullscreen and getSize and setSize" | ||
/> | ||
</xpath> | ||
</t> | ||
</templates> |
This file was deleted.
Oops, something went wrong.