documentation/content/applications/studio.rst
mcsi-odoo 7d45830ac8 [IMP] studio: adding link about accessing studio
Task-3761784

closes odoo/documentation#11977

Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
2025-02-06 15:39:02 +00:00

40 lines
1.0 KiB
ReStructuredText

:show-content:
:hide-page-toc:
======
Studio
======
.. toctree::
:titlesonly:
studio/fields
studio/views
studio/models_modules_apps
studio/automated_actions
studio/pdf_reports
studio/approval_rules
Studio is a toolbox that allows you to customize Odoo without coding knowledge. For example, you
can, in any app, add or modify:
- :doc:`Fields and widgets <studio/fields>`
- :doc:`Views <studio/views>`
- :doc:`Models, modules and apps <studio/models_modules_apps>`
- :doc:`Automated actions (automations) <studio/automated_actions>`
- :doc:`PDF reports <studio/pdf_reports>`
- :doc:`Approval rules <studio/approval_rules>`
- Security rules
You can also :doc:`build an app from scratch <studio/models_modules_apps>`.
.. _studio/access:
To access Studio, navigate to the app and model you want to modify, then click the **Toggle Studio**
button, or vice versa.
To close Studio, click :guilabel:`Close` in the upper right corner.
.. seealso::
`Odoo Tutorials: Studio <https://www.odoo.com/slides/studio-31>`_