Hello, I have the applications "Documents" and "Odoo studio" installed.
In "Documents" i have created several workspaces, i want (when i add a new document to a certain workspace that has the word "certificate" in its name) to add a tag (that is already created) automatically via automated actions. Is there a way to do so without the need for developpement and only with ODOO Studio?
I tried to do the following but with no success:
- I created an automated action named "Add tag automatically".
- I set the trigger "on Creation".
- I set the "Action to do" to : Update the record.
- Data to write :
* Field: Tags
* Evaluation type: Value
* Value : The id of the tag already created, for example: 53
Is there something I'm doing wrong?