I created an automated action to create a project task using as data source the model stock.move.line:
The task is created correctly but when trying to copy the value of the Serial number (field “lot_id’) to a custom field “x_studio_sn” I created in the target model:
If I use the following:
I get the ID of field (Eg. 9)
If instead, I utilize the following:
I get copied into the filed stock.production.lot(9,)
What the correct python statement I should put in the automated action to get the value of the field lot_id?