Show popup when click any record in odoo14 - odoo-14

How to show popup when click any record of tree view in odoo14
I don't know do anything, help me please

judging from your question i am stating the answer.... go to the views xml file In Xml file remove editable=bottom it will show what you are searching for....
If i am wrong in understanding you then please add more details to your question

Related

Odoo 12, How to modify the lines of tree view from a javascript file

In the tree view, I need to make the rows that have already been checked and printed uncheckable.
My goal is to make the already printed rows unprintable, and change their background color.
I know how to add a button with javascript but, I don't know how to select the rows. please can someone help me, I really need.

why can't i open the design page of this project

I want to open the design page so that i can see what it looks like but i dont know how to help
enter image description here.
When i right click on the form.vb there is no view designer option and i dont want to look at the designer tab because there is no GUI on it
sorry for being bad i just couldnt find the answer anywhere else
In the Solution Explorer, the fourth button on the toolbar is a drop-down. Click it and select the item that is not currently checked. That should switch you from folder view to project view. You should then be able to open your form in the designer by double-clicking it.

IntelliJ v14, how to bring up a method parameters information via keyboard or mouse input?

I really like how IntelliJ displays the information of the type of parameters that you are required to fill in as you are writing the code. The problem is that this info sometimes disappears if u click somewhere to check something etc. I never quite know how to get it to display that information again in same fashion. So I always spend some time to fiddle around until it displays that info again in the same fashion. I know you can hold down on ctrl and hover over the method name to bring up parameters information but its not quite the same and it then does not highlight on what parameter you are currently on. IntelliJ also brings up required parameters type of information when you are starting to go wrong. It brings up this big separate box and you can get very clear view of what needs to be done. I've taken a screenshot of the type of information that I'm on about. Both of them are on the same pic.
Please check it out.
My question: is there a way to bring this information up via keystrokes or mouse input at will? I've tried to google for an answer but I haven't had any joy. Please advise as I'm sure someone else might like this information too.
Thank you.
PS. I know that a good code does not usually have that many parameters but in my case there is not much that can be done.
Default shortcut for that is CTRL-P when cursor is inside the brackets.

How to customize auto completing list in intellij?

I am intellij user. I am not sure this post is fits to stackoverflow or super user.
Recently, I am working on a project with customized language, which developed by co-workers. It is customized HTML.
However I want to add some words to suggestion list. i.e when I make a div, then I want to find lang attribute on auto suggestion list.
If you know how to customize auto completing suggestion, please reply!
Thanks in advanced!
//############ Edit ##################
I found it! when you type div and waiting, a bulb pop up appears.
There is where users can add custom suggestions.
However, I want to know where to store all this suggestions.
(So I can add several keywords at once!)

How to have a preview component in zend form?

i want to add a preview component to my zend form. This preview component basically allows the user to construct a drop down and see how it looks (yes unfortunately that is a requirement).
so im constructing this dropdown - and when the user clicks on 'add drop down' (a button present in that form) , the drop down has to be previewed on the right-hand side.
could anyone point me in the right direction - do i use iframes/ajax/dojo? I'm not sure how to go about this, and if anyone could give any pointers, i'd really appreciate it.
Thanks in advance!
Achieved this with a simple onLoad javaScript function . there is certainly no way in zend_forms that this can be done - that i'm aware of.