From 7d45830ac87d3eaba4966d0058ac1ad9c2fcf961 Mon Sep 17 00:00:00 2001 From: mcsi-odoo Date: Thu, 6 Feb 2025 14:54:56 +0100 Subject: [PATCH] [IMP] studio: adding link about accessing studio Task-3761784 closes odoo/documentation#11977 Signed-off-by: Xavier Platteau (xpl) --- content/applications/studio.rst | 6 +++--- content/applications/studio/approval_rules.rst | 4 ++-- content/applications/studio/automated_actions.rst | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/content/applications/studio.rst b/content/applications/studio.rst index 48e40d2b9..74bc1a68e 100644 --- a/content/applications/studio.rst +++ b/content/applications/studio.rst @@ -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 ` +- :doc:`Fields and widgets ` - :doc:`Views ` -- :doc:`Models ` -- :doc:`Automated actions ` +- :doc:`Models, modules and apps ` +- :doc:`Automated actions (automations) ` - :doc:`PDF reports ` - :doc:`Approval rules ` - Security rules diff --git a/content/applications/studio/approval_rules.rst b/content/applications/studio/approval_rules.rst index 0a04e2272..a1e29cc6b 100644 --- a/content/applications/studio/approval_rules.rst +++ b/content/applications/studio/approval_rules.rst @@ -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 ` and switch to the required :doc:`view `. #. Select the button for which you want to add approval rules. diff --git a/content/applications/studio/automated_actions.rst b/content/applications/studio/automated_actions.rst index f407a3dec..b9aebf467 100644 --- a/content/applications/studio/automated_actions.rst +++ b/content/applications/studio/automated_actions.rst @@ -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 `, 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.