I want to create a server action that automatically set the deadline of a task in 7 days from today. I already succeed to create a server action that sets today as the deadline date by using the Action Type Write Object and writing the following formula in the deadline field:
time.strftime('%Y-%m-%d %H:%M:%S')
As I am not programmer and do not not any phyton I am struggling to find the formula for today + 7 days