تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
2 الردود
2812 أدوات العرض

I have two models: Project and Task

Project has a view with the field task_ids (One2many with Task). Inside the views file for Task there are two tree views and two form views. These are shown based on the group the user has.

Now when I click on 'Add a new line' in Project to add a Task, it shows the first tree found in the Task views file. How can I choose which form it has to use when clicking 'Add a new line'?

Thanks in advance! Please let me know if you need more context.

الصورة الرمزية
إهمال
الكاتب أفضل إجابة

Thank you so much Niyas!!!

الصورة الرمزية
إهمال
أفضل إجابة

Hi,

Along with your one2many field, if inline views are not specified, you can achieve it as follows:


<field name="event_booth_ids"
context="{
'form_view_ref': 'event_booth.event_booth_view_form_simple_from_event',
'tree_view_ref': 'event_booth.event_booth_view_tree_from_event',
}"
/>


Thanks

الصورة الرمزية
إهمال
المنشورات ذات الصلة الردود أدوات العرض النشاط
1
يونيو 23
2626
1
فبراير 23
2291
1
أبريل 25
1367
2
أغسطس 24
4043
2
يناير 24
1968