Files
design-themes/test_themes/static/src/systray_items/website_switcher.xml
T
Bruno Boi (boi) e50cc5032b [FIX] test_themes: adapt switcher tooltip format
This adapts the WebsiteSwitcherSystray's DropdownItem
tooltips dataset to the changed API brought in
the community repository.

closes odoo/design-themes#765

Task: 3266145
Related: odoo/enterprise#48452
Related: odoo/odoo#137691
Signed-off-by: Aaron Bohy (aab) <aab@odoo.com>
2024-02-07 09:49:24 +00:00

16 lines
584 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<templates xml:space="preserve">
<t t-name="test_themes.ThemeTooltip">
<img t-att-src="url" width="150"/>
</t>
<t t-name="test_themes.WebsiteSwitcherSystray" t-inherit="website.WebsiteSwitcherSystray" t-inherit-mode="extension">
<xpath expr="//DropdownItem" position="attributes">
<attribute name="attrs">this.tooltips[element.id]</attribute>
</xpath>
<!-- With this module installed, disable the warning -->
<xpath expr="//DropdownItem/t[@t-if='!element.domain']" position="replace">
</xpath>
</t>
</templates>