@@ -209,7 +209,7 @@ This action allows to update one of the record's (related) fields. Click the :gu
209
209
field and, in the list that opens, select or search for the field to be updated; click the right
210
210
arrow next to the field name to access the list of related fields if needed.
211
211
212
- If you selected a :ref: `many2many field <studio/fields/relational-fields/ many2many >`, choose whether
212
+ If you selected a :ref: `many2many field <studio/fields/relational-fields- many2many >`, choose whether
213
213
the field must be updated by :guilabel: `Adding `, :guilabel: `Removing `, or :guilabel: `Setting it to `
214
214
the selected value or by :guilabel: `Clearing it `.
215
215
@@ -225,7 +225,7 @@ the selected value or by :guilabel:`Clearing it`.
225
225
Alternatively, you can also set a record's field dynamically using Python code. To do so, select
226
226
:guilabel: `Compute ` instead of :guilabel: `Update `, then enter the code to be used for computing
227
227
the field's value. For example, if you want the automation rule to compute a custom
228
- :ref: `datetime field <studio/fields/simple-fields/ date-time >` when a task's priority is set to
228
+ :ref: `datetime field <studio/fields/simple-fields- date-time >` when a task's priority is set to
229
229
`High ` (by starring the task), you can define the trigger :guilabel: `Priority is set to ` to
230
230
`High ` and define the :guilabel: `Update Record ` action as follows:
231
231
@@ -290,8 +290,8 @@ triggered the creation of the new record.
290
290
291
291
.. note ::
292
292
The dropdown list related to the :guilabel: `Link Field ` field only contains :ref: `one2many fields
293
- <studio/fields/relational-fields/ one2many>` existing on the current model that are linked to a
294
- :ref: `many2one field <studio/fields/relational-fields/ many2one >` on the target model.
293
+ <studio/fields/relational-fields- one2many>` existing on the current model that are linked to a
294
+ :ref: `many2one field <studio/fields/relational-fields- many2one >` on the target model.
295
295
296
296
.. tip ::
297
297
You can create another automation rule with :ref: `studio/automated-actions/action/update-record `
0 commit comments