Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1 Ответить
6112 Представления

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
15715
2
авг. 20
9554
0
сент. 20
3732
0
авг. 17
5815
1
мая 25
900