We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 508526c commit d6b1104Copy full SHA for d6b1104
web_save_discard_button/__manifest__.py
@@ -3,7 +3,7 @@
3
4
{
5
"name": "Save & Discard Buttons",
6
- "version": "17.0.1.0.1",
+ "version": "18.0.1.0.0",
7
"summary": "Save & Discard Buttons",
8
"license": "AGPL-3",
9
"category": "Tools",
web_save_discard_button/static/src/xml/template.xml
@@ -18,7 +18,7 @@
18
<xpath expr="//button/i[(hasclass('fa-cloud-upload'))]" position="replace">
19
<span>Save</span>
20
</xpath>
21
- <xpath expr="//button/i[(hasclass('fa-undo'))]" position="replace">
+ <xpath expr="//button/i[(hasclass('fa-times'))]" position="replace">
22
<span>Discard</span>
23
24
</t>
0 commit comments