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
الرد
4084
أدوات العرض
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
هل أعجبك النقاش؟ لا تكن مستمعاً فقط. شاركنا!
أنشئ حساباً اليوم لتستمتع بالخصائص الحصرية، وتفاعل مع مجتمعنا الرائع!
تسجيل| المنشورات ذات الصلة | الردود | أدوات العرض | النشاط | |
|---|---|---|---|---|
|
|
0
فبراير 24
|
3815 | ||
|
|
2
أكتوبر 23
|
3961 | ||
|
|
2
يونيو 20
|
8297 | ||
|
|
0
أغسطس 15
|
6309 | ||
|
Project Tasks in Field Service
تم الحل
|
|
2
فبراير 26
|
1322 |