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?
Dette spørgsmål er blevet anmeldt
1
Svar
4074
Visninger
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
Kan du lide at diskutere? Læs ikke bare med, deltag aktivt i debatten!
Opret en konto i dag for at få glæde af eksklusive funktioner, og bliv en del af vores skønne fællesskab!
Tilmeld dig| Relaterede indlæg | Besvarelser | Visninger | Aktivitet | |
|---|---|---|---|---|
|
|
0
feb. 24
|
3804 | ||
|
|
2
okt. 23
|
3954 | ||
|
|
2
jun. 20
|
8281 | ||
|
|
0
aug. 15
|
6306 | ||
|
|
2
feb. 26
|
1317 |