Hello,
When I click on my menuitem, I have a treeview returned by a python function (https://www.hostingpics.net/viewer.php?id=651454Capturetreeview3.png).
I want to be able to modify some records directly in this treeview.
Is it possible ? And if yes, how can I do it ?
Thanks for answers
Hi,
When clicking on the menu item you mentioned that you are getting a pop up . Is it a wizard or normal tree view ? Can you check and find the model name that is dispalying in the pop up.
hi Niyas, as you can see on the picture that I give in the url, I think is a normal tree view.
The modele that is displaying the popup is my personal model (miadi.poidsconditionnement).
I want to be able to modify a record like this (https://www.hostingpics.net/viewer.php?id=575162Capturesaisie.png)
PS : You have to copy/paste the link in the url search bar to work
Hi Niyas,
I try to put in my XML : <tree editable="bottom">
It works on a tree view like this (https://www.hostingpics.net/viewer.php?id=947270Capturetreeview2.png) but not in the popup tree view as you can see in the link on the first post where I ask my problem.
So, can you tell me how can I do it because I see that is possible on another odoo module.