跳至內容
選單
此問題已被標幟
1 回覆
2703 瀏覽次數

I searched online and didn't find any decent answers. Is it possible to click on a record in a one2many list and have it open the full page, rather than just the popup in odoo v13?

If yes, where else i can make changes in the code ?

I'm trying to click on a record of a model and wants the data to be presented in the same page rather than a pop up kind of.

頭像
捨棄
最佳答案

Hi,

You can make one2many records editable on the line itself by adding tree view attributes editable="bottom" or editable="top" as:

<tree editable="bottom">  or <tree editable="top">


By using this, you can avoid showing pop-ups.You will be able to see records at the same page.

Regards

頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
0
5月 25
102
2
4月 25
2355
1
2月 25
724
2
2月 25
1227
2
1月 25
1345