Skip to content

Commit a35a208

Browse files
committed
[ADD] UI: odoo spreadsheets svg icons
closes #13386 Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
1 parent 28f2a22 commit a35a208

File tree

7 files changed

+1436
-19
lines changed

7 files changed

+1436
-19
lines changed

content/contributing/documentation/rst_guidelines.rst

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -415,21 +415,28 @@ Use the `command` markup to highlight a command.
415415
Icons
416416
-----
417417

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.
422423

423424
.. 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
425434

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.
428436

429-
* - .. code-block:: text
437+
The pivot view is represented by the :icon:`oi-view-pivot` icon.
430438

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**.
433440

434441
.. _contributing/rst/lists:
435442

0 commit comments

Comments
 (0)