Skip to content

Commit d6b1104

Browse files
author
Julien Ortet
committed
[MIG] web_save_discard_button: Migration to 18.0
1 parent 508526c commit d6b1104

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

web_save_discard_button/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
{
55
"name": "Save & Discard Buttons",
6-
"version": "17.0.1.0.1",
6+
"version": "18.0.1.0.0",
77
"summary": "Save & Discard Buttons",
88
"license": "AGPL-3",
99
"category": "Tools",

web_save_discard_button/static/src/xml/template.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<xpath expr="//button/i[(hasclass('fa-cloud-upload'))]" position="replace">
1919
<span>Save</span>
2020
</xpath>
21-
<xpath expr="//button/i[(hasclass('fa-undo'))]" position="replace">
21+
<xpath expr="//button/i[(hasclass('fa-times'))]" position="replace">
2222
<span>Discard</span>
2323
</xpath>
2424
</t>

0 commit comments

Comments
 (0)