@odoo/o-spreadsheet 18.0.69 → 18.0.70
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.0.
|
|
5
|
-
@date 2026-
|
|
6
|
-
@hash
|
|
4
|
+
@version 18.0.70
|
|
5
|
+
@date 2026-06-06T06:20:40.849Z
|
|
6
|
+
@hash 3ff29f6
|
|
7
7
|
-->
|
|
8
8
|
<odoo>
|
|
9
9
|
<t t-name="o-spreadsheet-ActionButton">
|
|
@@ -2522,6 +2522,7 @@
|
|
|
2522
2522
|
|
|
2523
2523
|
<t t-name="o-spreadsheet-Menu">
|
|
2524
2524
|
<Popover t-if="menuItemsAndSeparators.length" t-props="popoverProps">
|
|
2525
|
+
<t t-set="shouldDisplayIcons" t-value="this.childrenHaveIcon"/>
|
|
2525
2526
|
<div
|
|
2526
2527
|
t-ref="menu"
|
|
2527
2528
|
class="o-menu"
|
|
@@ -2549,7 +2550,7 @@
|
|
|
2549
2550
|
t-att-style="getColor(menuItem)">
|
|
2550
2551
|
<div class="d-flex w-100">
|
|
2551
2552
|
<div
|
|
2552
|
-
t-if="
|
|
2553
|
+
t-if="shouldDisplayIcons"
|
|
2553
2554
|
class="o-menu-item-icon d-flex align-items-center flex-shrink-0"
|
|
2554
2555
|
t-att-style="getIconColor(menuItem)">
|
|
2555
2556
|
<t t-if="getIconName(menuItem)" t-call="{{getIconName(menuItem)}}"/>
|