Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
3147 Переглядів

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

Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
2
серп. 25
2262
1
лип. 25
798
1
серп. 25
1150
0
трав. 25
1271
2
квіт. 25
3482