feat: Update module icon reference in __manifest__.py

Changed icon reference from icon5.png to icon.png to match
the updated icon file and menu web_icon reference.

This ensures consistency across:
- __manifest__.py (module definition)
- takaful_menus_actions.xml (menu web_icon)
- Actual icon file (icon.png)

File modified:
- odex25_ensan/odex_takaful/__manifest__.py

Part of the complete icon update cleanup.
This commit is contained in:
Mohamed Eltayar 2025-11-12 04:26:41 +03:00
parent 49774bd272
commit 37f0dfaca9
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@
'reports/transfer_deduction_report.xml',
'reports/transfer_deduction_report_templates.xml',
],
'icon': 'static/description/icon5.png',
'icon': 'static/description/icon.png',
# 'installable': True,
# 'application': True,
# 'auto_install': False,