[IMP] studio: toctree (#719)
- created how_to folder to include rainbow_man.rst + export_import.rst + reports.rst - corrected typo
@ -8,4 +8,5 @@ Studio
|
||||
:titlesonly:
|
||||
|
||||
studio/concepts
|
||||
studio/use_cases
|
||||
studio/use_cases
|
||||
studio/how_to
|
10
studio/how_to.rst
Normal file
@ -0,0 +1,10 @@
|
||||
======
|
||||
How To
|
||||
======
|
||||
|
||||
.. toctree::
|
||||
:titlesonly:
|
||||
|
||||
how_to/rainbow_man
|
||||
how_to/reports
|
||||
how_to/export_import
|
@ -8,7 +8,7 @@ to use Studio for prototyping.
|
||||
To export these customizations, activate Studio on the main dashboard and, under the menu
|
||||
*Customizations*, click on *Export*. The default filename is *customizations.zip*.
|
||||
|
||||
.. image:: media//export_import/customizations_menu.png
|
||||
.. image:: media/export_import/customizations_menu.png
|
||||
:align: center
|
||||
:alt: View of the menu customizations in Odoo Studio
|
||||
|
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 5.1 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 119 KiB After Width: | Height: | Size: 119 KiB |
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 46 KiB |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 32 KiB |
Before Width: | Height: | Size: 41 KiB After Width: | Height: | Size: 41 KiB |
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
@ -8,7 +8,4 @@ Use Cases
|
||||
use_cases/models_fields
|
||||
use_cases/filters_status_bar
|
||||
use_cases/automated_actions
|
||||
use_cases/views
|
||||
use_cases/rainbow_man
|
||||
use_cases/reports
|
||||
use_cases/export_import
|
||||
use_cases/views
|
@ -2,7 +2,7 @@
|
||||
Advanced Use Cases: Views
|
||||
=========================
|
||||
|
||||
- **Case Scenario 1: in Sales, show orders in a Kanban View instead of a List View.**
|
||||
- **Case scenario 1: in Sales, show orders in a Kanban View instead of a List View.**
|
||||
|
||||
From the Sales page, access Studio and, under *Views*, set the *Kanban* option as the default one.
|
||||
|
||||
|