diff --git a/content/developer/reference/user_interface/icons.rst b/content/developer/reference/user_interface/icons.rst index 776eed004..372baee93 100644 --- a/content/developer/reference/user_interface/icons.rst +++ b/content/developer/reference/user_interface/icons.rst @@ -420,6 +420,127 @@ 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 +
+
+
@@ -1245,6 +1366,17 @@ defined as `` elements and rendered using QWeb `templates
+
+
+
+ +
+ SMALL_DOT_RIGHT_ALIGN +
+
+
@@ -1410,6 +1542,61 @@ defined as `` elements and rendered using QWeb `templates
+
+
+
+ +
+ EDIT_TABLE +
+
+ +
+
+
+ +
+ DELETE_TABLE +
+
+ +
+
+
+ +
+ PAINT_TABLE +
+
+ +
+
+
+ +
+ CIRCLE_INFO +
+
+ +
+
+
+ +
+ PIVOT +
+
+
@@ -1425,10 +1612,10 @@ defined as `` elements and rendered using QWeb `templates
- NEW + MOVE_SHEET_LEFT
@@ -1436,10 +1623,10 @@ defined as `` elements and rendered using QWeb `templates
- COPY_FILE + MOVE_SHEET_RIGHT
@@ -1447,10 +1634,10 @@ defined as `` elements and rendered using QWeb `templates
- SAVE + RENAME_SHEET
@@ -1458,10 +1645,10 @@ defined as `` elements and rendered using QWeb `templates
- VERSION_HISTORY + LINE_CHART
@@ -1469,10 +1656,10 @@ defined as `` elements and rendered using QWeb `templates
- CAMERA + STACKED_LINE_CHART
@@ -1480,10 +1667,10 @@ defined as `` elements and rendered using QWeb `templates
- DOWNLOAD_AS_JSON + AREA_CHART
@@ -1491,10 +1678,10 @@ defined as `` elements and rendered using QWeb `templates
- ADD_TO_DASHBOARD + STACKED_AREA_CHART
@@ -1502,10 +1689,10 @@ defined as `` elements and rendered using QWeb `templates
- ODOO_LIST + COLUMN_CHART
@@ -1513,10 +1700,10 @@ defined as `` elements and rendered using QWeb `templates
- INSERT_LIST + STACKED_COLUMN_CHART
@@ -1524,12 +1711,110 @@ defined as `` elements and rendered using QWeb `templates
- REFRESH_DATA + BAR_CHART
+
+
+
+ +
+ STACKED_BAR_CHART +
+
+ +
+
+
+ +
+ COMBO_CHART +
+
+ +
+
+
+ +
+ PIE_CHART +
+
+ +
+
+
+ +
+ DOUGHNUT_CHART +
+
+ +
+
+
+ +
+ SCATTER_CHART +
+
+ +
+
+
+ +
+ GAUGE_CHART +
+
+ +
+
+
+ +
+ SCORECARD_CHART +
+
+ +
+
+
+ +
+ WATERFALL_CHART +
+
+ +
+
+
+ +
+ POPULATION_PYRAMID_CHART +
+
diff --git a/extensions/odoo_theme/static/img/odoo-spreadsheet-icons.svg b/extensions/odoo_theme/static/img/odoo-spreadsheet-icons.svg index bf650d326..b0f920978 100644 --- a/extensions/odoo_theme/static/img/odoo-spreadsheet-icons.svg +++ b/extensions/odoo_theme/static/img/odoo-spreadsheet-icons.svg @@ -9,6 +9,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -99,7 +132,7 @@ - + @@ -162,35 +195,35 @@ - + - + - + - + - + - + - + - + @@ -261,6 +294,9 @@ + + + @@ -270,10 +306,10 @@ - + - + A A @@ -283,7 +319,7 @@ - + @@ -306,12 +342,27 @@ - + + + + + + + + + + + + + + + + @@ -322,35 +373,172 @@ - - + + - - + + - - + + - - + + + + - - + + + + - - + + + + + + - - + + + + + + - - + + + + + + + + + + - - + + + + + + + + + + + + + + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 62 + + + + + 123 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/extensions/odoo_theme/static/style.scss b/extensions/odoo_theme/static/style.scss index 23e5689ee..1df88bd1a 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