Skip to Content
Menu
This question has been flagged
1 Atsakyti
2151 Rodiniai

I created a project and I am creating several tasks under it, I need each task created to start its name with : Project Name - Task Name. I am using only Odoo studio and I don't need to do a customized module. Is there anyway to achieve this?

Portretas
Atmesti
Best Answer

Hi

Since you are using Odoo Online, create an automated action to update the task name as Follow:


On creating a new record in Task(project.task), this automated action will trigger and update the Name of the Task.code:

record.write({
  'name': record.project_id.name + ' ' + '-' + ' ' +record.name
})


Hope it helps

Portretas
Atmesti
Related Posts Replies Rodiniai Veikla
0
vas. 24
1749
2
spal. 23
1950
2
birž. 20
5588
0
rugp. 15
4194
1
birž. 25
691