I created an automated_action, which should add specific employees as followers dynamically. The fields are already existent in the model. But my automated action doesnt work at atll, no new followers will be added :
record.message_subscribe(partner_ids=[record.x_studio_overall_lead.id, record.x_studio_technical_lead.id, record.x_studio_overall_deputy.id,record.x_studio_technical_deputy.id])
Added : If the customer is set those employees will be set in the sales order in a hidden page :
Via studio I created a new page in the form view of the sales quotations and related fields to the those employees which are set in the contacts addon. SO I dont understand why the automated action doesnt trigger anything, because I even dont have to access another model or to give a link to the fields.