Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
6131 มุมมอง

I am using a button on the sales order which makes a change and refreshes the form view. The functionality works exactly how I want except it adds an identical breadcrumb each time.


I end up with something like this:

 


The button I'm using returns the following code:

return {

'name':_("Quotes"),

'type': 'ir.actions.act_window',

'res_model': 'sale.order',

'res_id': order.id,

'view_mode': 'form',

'view_type': 'form',

'view_id': False,

'nodestroy': True,

'domain': '[]'

}


How can I prevent this from adding a new breadcrumb each time?

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

Hello,

I have the same problem. Do found a solution about that?

อวตาร
ละทิ้ง
ผู้เขียน

No, I haven't tried to solve this again since then. You should have made a comment on the original question, because now it will appear that this question has been answered when it hasn't.

Related Posts ตอบกลับ มุมมอง กิจกรรม
8
ก.ย. 20
15743
2
ส.ค. 20
9586
0
ก.ย. 20
3770
0
ส.ค. 17
5835
1
พ.ค. 25
937