From f054d73fdadcf2642d6603b4a9e1f164095ed8d1 Mon Sep 17 00:00:00 2001 From: "Sam Lieber (sali)" Date: Mon, 18 Aug 2025 18:40:44 +0000 Subject: [PATCH] [IMP] UI: odoo spreadsheet svg icons X-original-commit: a97b6bccee051d9e9e02fa64fb0925a2e21473af --- .../reference/user_interface/icons.rst | 433 ++++++++++++++++-- .../static/img/odoo-spreadsheet-icons.svg | 310 +++++++++++-- extensions/odoo_theme/static/style.scss | 6 + 3 files changed, 667 insertions(+), 82 deletions(-) diff --git a/content/developer/reference/user_interface/icons.rst b/content/developer/reference/user_interface/icons.rst index d0dd096968..41876e392e 100644 --- a/content/developer/reference/user_interface/icons.rst +++ b/content/developer/reference/user_interface/icons.rst @@ -409,6 +409,369 @@ defined as `` elements and rendered using QWeb `templates +
+
+
+ +
+ NEW +
+
+ +
+
+
+ +
+ COPY_FILE +
+
+ +
+
+
+ +
+ SAVE +
+
+ +
+
+
+ +
+ VERSION_HISTORY +
+
+ +
+
+
+ +
+ CAMERA +
+
+ +
+
+
+ +
+ DOWNLOAD_AS_JSON +
+
+ +
+
+
+ +
+ ADD_TO_DASHBOARD +
+
+ +
+
+
+ +
+ ODOO_LIST +
+
+ +
+
+
+ +
+ INSERT_LIST +
+
+ +
+
+
+ +
+ REFRESH_DATA +
+
+ +
+
+
+ +
+ COMMENTS +
+
+ +
+
+
+ +
+ LINE_CHART +
+
+ +
+
+
+ +
+ STACKED_LINE_CHART +
+
+ +
+
+
+ +
+ AREA_CHART +
+
+ +
+
+
+ +
+ STACKED_AREA_CHART +
+
+ +
+
+
+ +
+ COLUMN_CHART +
+
+ +
+
+
+ +
+ STACKED_COLUMN_CHART +
+
+ +
+
+
+ +
+ BAR_CHART +
+
+ +
+
+
+ +
+ STACKED_BAR_CHART +
+
+ +
+
+
+ +
+ COMBO_CHART +
+
+ +
+
+
+ +
+ PIE_CHART +
+
+ +
+
+
+ +
+ DOUGHNUT_CHART +
+
+ +
+
+
+ +
+ SCATTER_CHART +
+
+ +
+
+
+ +
+ GAUGE_CHART +
+
+ +
+
+
+ +
+ SCORECARD_CHART +
+
+ +
+
+
+ +
+ WATERFALL_CHART +
+
+ +
+
+
+ +
+ POPULATION_PYRAMID_CHART +
+
+ +
+
+
+ +
+ RADAR_CHART +
+
+ +
+
+
+ +
+ FILLED_RADAR_CHART +
+
+ +
+
+
+ +
+ GEO_CHART +
+
+ +
+
+
+ +
+ FUNNEL_CHART +
+
+ +
+
+
+ +
+ SUNBURST_CHART +
+
+ +
+
+
+ +
+ TREE_MAP_CHART +
+
+
@@ -1245,6 +1608,17 @@ defined as `` elements and rendered using QWeb `templates
+
+
+
+ +
+ SMALL_DOT_RIGHT_ALIGN +
+
+
@@ -1425,32 +1799,10 @@ defined as `` elements and rendered using QWeb `templates
-
- INSERT_PIVOT -
-
- -
-
-
- -
- NEW -
-
- -
-
-
-
- COPY_FILE + EDIT_TABLE
@@ -1458,10 +1810,10 @@ defined as `` elements and rendered using QWeb `templates
- SAVE + DELETE_TABLE
@@ -1469,10 +1821,10 @@ defined as `` elements and rendered using QWeb `templates
- VERSION_HISTORY + PAINT_TABLE
@@ -1480,10 +1832,10 @@ defined as `` elements and rendered using QWeb `templates
- CAMERA + CIRCLE_INFO
@@ -1491,10 +1843,10 @@ defined as `` elements and rendered using QWeb `templates
- DOWNLOAD_AS_JSON + PIVOT
@@ -1502,10 +1854,10 @@ defined as `` elements and rendered using QWeb `templates
- ADD_TO_DASHBOARD + INSERT_PIVOT
@@ -1513,10 +1865,10 @@ defined as `` elements and rendered using QWeb `templates
- ODOO_LIST + MOVE_SHEET_LEFT
@@ -1524,10 +1876,10 @@ defined as `` elements and rendered using QWeb `templates
- INSERT_LIST + MOVE_SHEET_RIGHT
@@ -1535,12 +1887,11 @@ defined as `` elements and rendered using QWeb `templates
- REFRESH_DATA + RENAME_SHEET
- diff --git a/extensions/odoo_theme/static/img/odoo-spreadsheet-icons.svg b/extensions/odoo_theme/static/img/odoo-spreadsheet-icons.svg index a5f1a650ff..d8cc34ea6b 100644 --- a/extensions/odoo_theme/static/img/odoo-spreadsheet-icons.svg +++ b/extensions/odoo_theme/static/img/odoo-spreadsheet-icons.svg @@ -6,6 +6,237 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 62 + + + + + 123 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -100,7 +331,7 @@ - + @@ -163,35 +394,35 @@ - + - + - + - + - + - + - + - + @@ -262,6 +493,9 @@ + + + @@ -271,10 +505,10 @@ - + - + A A @@ -284,7 +518,7 @@ - + @@ -307,17 +541,32 @@ - + - + + + + + + + + + + + + + + + + @@ -328,35 +577,14 @@ - - - - - - - - - - - - - - - - - - - - - - - + + - - + + - - + + diff --git a/extensions/odoo_theme/static/style.scss b/extensions/odoo_theme/static/style.scss index 23e5689ee2..1df88bd1a9 100644 --- a/extensions/odoo_theme/static/style.scss +++ b/extensions/odoo_theme/static/style.scss @@ -1241,6 +1241,12 @@ span.viewcode-link { height: 18px; font-size: 18px; } +text.small-text { + font: bold 9px sans-serif; +} +text.heavy-text { + font: bold 16px sans-serif; +} //------------------------------------------------------------------------------ // Footer