Skip to content

Commit 55a5a10

Browse files
committed
Merge PR #82 into 18.0
Signed-off-by etobella
2 parents 230c417 + 0498df5 commit 55a5a10

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

spreadsheet_oca/static/src/spreadsheet/graph_controller.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
data-tooltip="Add to spreadsheet"
1313
aria-label="Add to spreadsheet"
1414
t-attf-disabled="{{noDataDisplayed ? 'disabled' : false}}"
15-
data-hotkey="s"
15+
data-hotkey="t"
1616
/>
1717
</xpath>
1818
</t>

spreadsheet_oca/static/src/spreadsheet/list_controller.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
data-tooltip="Add to spreadsheet"
1414
aria-label="Add to spreadesheet"
1515
t-on-click="(ev) => this.onSpreadsheetButtonClicked(ev)"
16-
data-hotkey="s"
16+
data-hotkey="t"
1717
>
1818
<i class="fa fa-table" />
1919
</button>

spreadsheet_oca/static/src/spreadsheet/pivot_controller.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
t-on-click="onSpreadsheetButtonClicked"
1313
aria-label="Add to spreadsheet"
1414
t-att-disabled="disableSpreadsheetInsertion()"
15-
data-hotkey="s"
15+
data-hotkey="t"
1616
/>
1717
</xpath>
1818
</t>

0 commit comments

Comments
 (0)