[IMP] studio: adding link about accessing studio
Task-3761784 closes odoo/documentation#11977 Signed-off-by: Xavier Platteau (xpl) <xpl@odoo.com>
This commit is contained in:
parent
91165a7012
commit
7d45830ac8
@ -18,10 +18,10 @@ Studio
|
||||
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 <studio/fields>`
|
||||
- :doc:`Fields and widgets <studio/fields>`
|
||||
- :doc:`Views <studio/views>`
|
||||
- :doc:`Models <studio/models_modules_apps>`
|
||||
- :doc:`Automated actions <studio/automated_actions>`
|
||||
- :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
|
||||
|
@ -2,13 +2,13 @@
|
||||
Approval rules
|
||||
==============
|
||||
|
||||
Studio approval rules are used to automate approval processes for actions. They allow you to define
|
||||
Approval rules are used to automate approval processes for actions. They allow you to define
|
||||
the criteria for when an approval is required before an action can be performed using a button.
|
||||
|
||||
Configuration
|
||||
=============
|
||||
|
||||
To add approval rules, proceed as follows:
|
||||
To add approval rules with Studio, proceed as follows:
|
||||
|
||||
#. :ref:`Open Studio <studio/access>` and switch to the required :doc:`view <views>`.
|
||||
#. Select the button for which you want to add approval rules.
|
||||
|
@ -6,8 +6,8 @@ Automated actions are used to trigger automatic changes based on user actions (e
|
||||
modification when a field is set to a specific value) or on time conditions (e.g., archive a record
|
||||
7 days after its last update).
|
||||
|
||||
To create an automated action with Studio, go to :guilabel:`Automations` from anywhere within
|
||||
Studio.
|
||||
To create an automated action with Studio, :ref:`open Studio <studio/access>`, then go to
|
||||
:guilabel:`Automations` and click :guilabel:`New`.
|
||||
|
||||
For every automated action you create, the following elements should be defined: the
|
||||
:ref:`studio/automated-actions/model`, the :ref:`studio/automated-actions/trigger`, the
|
||||
@ -130,8 +130,8 @@ as when you apply filters on a model.
|
||||
|
||||
.. _studio/automated-actions/action:
|
||||
|
||||
Action
|
||||
======
|
||||
Action To Do
|
||||
============
|
||||
|
||||
Determine what the automated action should do (server action). There are eight types of action to
|
||||
choose from.
|
||||
|
Loading…
Reference in New Issue
Block a user