update missing menu label + icon

This commit is contained in:
Kristof Bernaert
2026-06-14 14:15:45 +02:00
parent 509718b897
commit 6b0d7d55f0
2 changed files with 2 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 594 B

@@ -8,9 +8,11 @@
<field name="arch" type="xml"> <field name="arch" type="xml">
<xpath expr="//div[hasclass('settings')]" position="inside"> <xpath expr="//div[hasclass('settings')]" position="inside">
<div class="app_settings_block" <div class="app_settings_block"
string="FleetFlow"
data-string="FleetFlow" data-string="FleetFlow"
data-key="dlv_fleetflow_base" data-key="dlv_fleetflow_base"
groups="base.group_system"> groups="base.group_system">
<img src="/dlv_fleetflow_base/static/img/icon.png" alt="FleetFlow"/>
<notebook/> <notebook/>
</div> </div>
</xpath> </xpath>