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
ตอบกลับ
4116
มุมมอง
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
สนุกกับการพูดคุยนี้ใช่ไหม? เข้าร่วมเลย!
สร้างบัญชีวันนี้เพื่อเพลิดเพลินไปกับฟีเจอร์พิเศษและมีส่วนร่วมกับคอมมูนิตี้ที่ยอดเยี่ยมของเรา!
ลงชื่อ| Related Posts | ตอบกลับ | มุมมอง | กิจกรรม | |
|---|---|---|---|---|
|
|
0
ก.พ. 24
|
3858 | ||
|
Unable to assign tasks to employees
แก้ไขแล้ว
|
|
2
ต.ค. 23
|
3995 | |
|
|
2
มิ.ย. 20
|
8330 | ||
|
|
0
ส.ค. 15
|
6340 | ||
|
Project Tasks in Field Service
แก้ไขแล้ว
|
|
2
ก.พ. 26
|
1345 |