From 149e03ac7193abf1f61a1147b740d22d7b215f58 Mon Sep 17 00:00:00 2001 From: gsinghpal Date: Sun, 19 Apr 2026 08:23:21 -0400 Subject: [PATCH] fix(fusion_accounting_migration): add web_icon to top-level menu MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The 'Fusion Accounting' top-level menu was missing the web_icon attribute, so the app switcher grid showed a placeholder instead of the branded icon. ir.ui.menu.web_icon is separate from ir.module.module.icon (Apps page) — both need to be set for full icon coverage. Made-with: Cursor --- fusion_accounting_migration/wizards/migration_wizard_views.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/fusion_accounting_migration/wizards/migration_wizard_views.xml b/fusion_accounting_migration/wizards/migration_wizard_views.xml index 17446e9e..46f452f7 100644 --- a/fusion_accounting_migration/wizards/migration_wizard_views.xml +++ b/fusion_accounting_migration/wizards/migration_wizard_views.xml @@ -36,6 +36,7 @@