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?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Akuntansi
- Inventaris
- PoS
- Project
- MRP
Pertanyaan ini telah diberikan tanda
1
Balas
1972
Tampilan
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
Menikmati diskusi? Jangan hanya membaca, ikuti!
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
DaftarPost Terkait | Replies | Tampilan | Aktivitas | |
---|---|---|---|---|
|
0
Feb 24
|
1597 | ||
Unable to assign tasks to employees
Diselesaikan
|
|
2
Okt 23
|
1762 | |
|
2
Jun 20
|
5361 | ||
|
0
Agu 15
|
3951 | ||
|
1
Jun 25
|
399 |