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?
To pytanie dostało ostrzeżenie
1
Odpowiedz
4086
Widoki
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
Podoba Ci się ta dyskusja? Dołącz do niej!
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj się| Powiązane posty | Odpowiedzi | Widoki | Czynność | |
|---|---|---|---|---|
|
|
0
lut 24
|
3817 | ||
|
Unable to assign tasks to employees
Rozwiązane
|
|
2
paź 23
|
3962 | |
|
|
2
cze 20
|
8301 | ||
|
|
0
sie 15
|
6309 | ||
|
Project Tasks in Field Service
Rozwiązane
|
|
2
lut 26
|
1333 |