I'm creating a new project task to an existing project via an automated action.
I need to assign a known value to the field projct_id in the model project.task.
The ID of the project to assign to the field project_id in my case is = 5
I don't know the correct syntax:
env['project.task'].create({'name' :record.origin, 'project_id' :record. ??? })