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?
Це запитання позначене
1
Відповісти
4213
Переглядів
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
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Реєстрація| Related Posts | Відповіді | Переглядів | Дія | |
|---|---|---|---|---|
|
|
0
лют. 24
|
3975 | ||
|
Unable to assign tasks to employees
Вирішено
|
|
2
жовт. 23
|
4096 | |
|
|
2
черв. 20
|
8454 | ||
|
|
0
серп. 15
|
6443 | ||
|
Project Tasks in Field Service
Вирішено
|
|
2
лют. 26
|
1396 |