Skip to content

[IMP] icons: Migrate to Material Symbol icons#8869

Open
rrahir wants to merge 1 commit into
masterfrom
master-material-rar
Open

[IMP] icons: Migrate to Material Symbol icons#8869
rrahir wants to merge 1 commit into
masterfrom
master-material-rar

Conversation

@rrahir
Copy link
Copy Markdown
Collaborator

@rrahir rrahir commented Jun 5, 2026

Description:

Following the upcoming change in Odoo, we choose to align our icons as
well. See odoo/odoo#256840

Task: 6276321

review checklist

  • feature is organized in plugin, or UI components
  • support of duplicate sheet (deep copy)
  • in model/core: ranges are Range object, and can be adapted (adaptRanges)
  • in model/UI: ranges are strings (to show the user)
  • undo-able commands (uses this.history.update)
  • multiuser-able commands (has inverse commands and transformations where needed)
  • new/updated/removed commands are documented
  • exportable in excel
  • translations (_t("qmsdf %s", abc))
  • unit tested
  • clean commented code
  • track breaking changes
  • doc is rebuild (npm run doc)
  • status is correct in Odoo

@robodoo
Copy link
Copy Markdown
Collaborator

robodoo commented Jun 5, 2026

Pull request status dashboard

@rrahir rrahir force-pushed the master-material-rar branch 2 times, most recently from 8d4a7a9 to c24f3c1 Compare June 5, 2026 12:23
Following the upcoming change in Odoo, we choose to align our icons as
well. See odoo/odoo#256840

Task: 6276321
@rrahir rrahir force-pushed the master-material-rar branch from 3bc0b8d to 8b74a72 Compare June 5, 2026 13:02
@rrahir rrahir changed the title wip [IMP] icons: Migrate to Material Symbol icons Jun 5, 2026
@rrahir rrahir marked this pull request as ready for review June 5, 2026 13:03
Comment thread src/components/composer/composer/composer.css Outdated
Comment thread src/components/figures/chart/chart_dashboard_menu/chart_dashboard_menu.ts Outdated
Comment thread src/components/icons/icons.css
}

/* Background disc behind the assistant glyph (replaces FontAwesome's fa-inverse). */
.o-composer-assistant-icon-bg {
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

class o-composer-assistant-icon-bg is added to have a non empty
background disc behind the assistant glyph (replaces FontAwesome's fa-inverse).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants