Tower: upload cetmix_tower_server 16.0.3.0.1 (via marketplace)

This commit is contained in:
2026-04-27 08:18:09 +00:00
parent ee0ef6b69d
commit b309b6f244

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8" ?>
<templates xml:space="preserve">
<t t-name="cetmix_tower_server.AceCommandField" owl="1">
<t t-call="web.AceField" />
<t t-if="state.showPopup">
<AutocompletePopup
commands="state.popupItems"
position="state.popupPosition"
selectedIndex="state.selectedIndex"
type="state.popupType"
onSelectedIndexChange="updateSelectedIndex"
onItemClick="(command) => this.handleCommandSelection(command, this.currentEditor)"
/>
</t>
</t>
</templates>