mirror of
https://github.com/odoo/documentation.git
synced 2026-01-02 17:59:20 +07:00
closes odoo/documentation#12645
X-original-commit: e6307f11b7
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
Signed-off-by: Justin Mallette (juma) <juma@odoo.com>
Co-authored-by: Felicia Kuan <feku@odoo.com>
Co-authored-by: mcsi-odoo <mcsi@odoo.com>
41 lines
1.0 KiB
ReStructuredText
41 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 used to customize Odoo without coding knowledge. For example, in any app,
|
|
add or modify:
|
|
|
|
- :doc:`Fields <studio/fields>`
|
|
- :doc:`Views <studio/views>`
|
|
- :doc:`Models <studio/models_modules_apps>`
|
|
- :doc:`Automation rules <studio/automated_actions>`
|
|
- :doc:`Webhooks <studio/automated_actions/webhooks>`
|
|
- :doc:`PDF reports <studio/pdf_reports>`
|
|
- :doc:`Approval rules <studio/approval_rules>`
|
|
- Security rules
|
|
|
|
Learn how to :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 :icon:`oi-studio`
|
|
(:guilabel:`Toggle Studio`) icon, 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>`_
|