@odoo/o-spreadsheet 18.3.61 → 18.3.62
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 18.3.
|
|
5
|
-
@date 2026-
|
|
6
|
-
@hash
|
|
4
|
+
@version 18.3.62
|
|
5
|
+
@date 2026-09-04T07:18:11.899Z
|
|
6
|
+
@hash aaaa064
|
|
7
7
|
-->
|
|
8
8
|
<odoo>
|
|
9
9
|
<t t-name="o-spreadsheet-ValidationMessages">
|
|
@@ -5480,10 +5480,7 @@
|
|
|
5480
5480
|
t-on-contextmenu.stop.prevent="onContextMenu">
|
|
5481
5481
|
<DataValidationOverlay/>
|
|
5482
5482
|
<FilterIconsOverlay/>
|
|
5483
|
-
<GridAddRowsFooter
|
|
5484
|
-
t-if="!env.model.getters.isReadonly()"
|
|
5485
|
-
t-key="env.model.getters.getActiveSheetId()"
|
|
5486
|
-
/>
|
|
5483
|
+
<GridAddRowsFooter t-if="this.isFooterVisible" t-key="env.model.getters.getActiveSheetId()"/>
|
|
5487
5484
|
<t t-slot="default"/>
|
|
5488
5485
|
</div>
|
|
5489
5486
|
</t>
|