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:
parent
49774bd272
commit
37f0dfaca9
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue