@odoo/o-spreadsheet 17.3.0 → 17.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/o_spreadsheet.xml
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
<!--
|
|
2
2
|
This file is generated by o-spreadsheet build tools. Do not edit it.
|
|
3
3
|
@see https://github.com/odoo/o-spreadsheet
|
|
4
|
-
@version 17.3.
|
|
5
|
-
@date 2024-
|
|
6
|
-
@hash
|
|
4
|
+
@version 17.3.2
|
|
5
|
+
@date 2024-06-10T09:39:42.090Z
|
|
6
|
+
@hash c3b358f
|
|
7
7
|
-->
|
|
8
8
|
<odoo>
|
|
9
9
|
<t t-name="o-spreadsheet-ActionButton">
|
|
@@ -2780,7 +2780,7 @@
|
|
|
2780
2780
|
class="o-input data-series-selector"
|
|
2781
2781
|
t-model="state.label"
|
|
2782
2782
|
t-on-change="(ev) => this.updateSerieEditor(ev)">
|
|
2783
|
-
<t t-foreach="getDataSeries()" t-as="serie" t-key="
|
|
2783
|
+
<t t-foreach="getDataSeries()" t-as="serie" t-key="serie_index">
|
|
2784
2784
|
<option
|
|
2785
2785
|
t-att-value="serie"
|
|
2786
2786
|
t-att-selected="state.index === serie_index"
|