@@ -415,21 +415,28 @@ Use the `command` markup to highlight a command.
415
415
Icons
416
416
-----
417
417
418
- Use the `icon ` markup to add the class name of an icon. There are two icon sets used in Odoo:
419
- `FontAwesome4 <https://fontawesome.com/v4/icons/ >`_ and :doc: `Odoo UI
420
- </developer/reference/user_interface/icons>`. Follow the icon with its name as a
421
- :ref: `contributing/rst/guilabel ` in brackets as a descriptor.
418
+ Use the `icon ` markup to add the class name of an icon. There are three icon sets used in Odoo:
419
+ `FontAwesome4 <https://fontawesome.com/v4/icons/ >`_ (`fa-* `), :ref: `Odoo UI <ui/odoo-ui-icons >`
420
+ (`oi-* `) and :ref: `Odoo Spreadsheet <ui/odoo-spreadsheet-icons >` (`os-* `) icons.
421
+
422
+ Follow the icon with its name as a :ref: `contributing/rst/guilabel ` in brackets as a descriptor.
422
423
423
424
.. list-table ::
424
- :class: o-showcase-table
425
+ :class: o-showcase-table
426
+
427
+ * - The graph view is represented by the :icon: `fa-area-chart ` :guilabel: `(area chart) ` icon.
428
+
429
+ The pivot view is represented by the :icon: `oi-view-pivot ` :guilabel: `(pivot table) ` icon.
430
+
431
+ Use :icon: `os-global-filters ` :guilabel: `(global filters) ` in Odoo **Spreadsheet **.
432
+
433
+ * - .. code-block:: text
425
434
426
- * - The graph view is represented by the :icon: `fa-area-chart ` :guilabel: `(area chart) ` icon. The
427
- pivot view is represented by the :icon: `oi-view-pivot ` icon.
435
+ The graph view is represented by the :icon: `fa-area-chart ` :guilabel: `(area chart) ` icon.
428
436
429
- * - .. code-block:: text
437
+ The pivot view is represented by the :icon: ` oi-view-pivot ` icon.
430
438
431
- The graph view is represented by the :icon: `fa-area-chart ` :guilabel: `(area chart) ` icon.
432
- The pivot view is represented by the :icon: `oi-view-pivot ` icon.
439
+ Use :icon: `os-global-filters ` :guilabel: `(global filters) ` in Odoo **Spreadsheet **.
433
440
434
441
.. _contributing/rst/lists :
435
442
0 commit comments