odoo/design-themes#1247
Created by Design, Brieuc Dejean (brd)
Blocked
- Merge method
- Review
-
CI
- ci/design-theme: (runtime 2246s)
- Linked pull requests
- label
- odoo-dev:master-fa-ms
- head
- 77659a631343ac9f650a4dd6ede5378de5a5f587
| odoo/odoo | odoo/enterprise | odoo/design-themes | odoo/documentation | |
|---|---|---|---|---|
| master | #256840 missing statuses missing r+ | #112607 missing statuses missing r+ | #1247 missing r+ | #17278 missing statuses missing r+ |
[IMP] *: migrate to Material Symbols icon system
Apply new icon implementation globally
This PR applies the new icon implementation across the entire codebase, replacing almost all legacy icon usages.
Previous patterns such as class="oi oi-fw oi-arrow-left" or class="fa fa-fw fa-arrow-left" are migrated to the new format using class="oi oi-fw" with the data-icon attribute (e.g., data-icon="west"), ensuring consistency with the Material Symbols-based system.
Requires:
- odoo/odoo#256840
- odoo/enterprise#112607
- odoo/documentation#17278