How to activate developer mode in ODOO-14....? - odoo-14

I would like to know how to activate developer mode in Odoo 14 CE
I thought it was the same as version 13 but I can't find how to do it
Thanks in advance for your reply

Add debug=1 to URL params between ? and #, like this:
https://5996788-14-0.runbot52.odoo.com/web?debug=1#action=754&cids=1&menu_id=537&model=purchase.order&view_type=list

Go to Settings menu
Scroll down to Developer Tools section
Click Activate the developer mode
See this official link for other methods.

Related

How to fix Ctrl Click in IntelliJ Idea

I found, that Ctrl-Click (for example, on class usage) doesn't work on one of my installations of Idea. Simultaneously:
Context menu action like Go To -> Implementation(s) works
Control click in PyCharm works
Machine is remote desktop Windows Server 2016. Idea is 2021.2.
What can be done to fix?
Had a similar issue due to Rider importing settings from Visual Studio on the first run. Resolved it by changing the Keymap (Rider->Preferences->Keymap->Keymap drop down) back to the default one (IntelliJ).
In our case it was really an old SonarLint plugin. Check in Settings / Plugins. After the update the problem was solved.
I was having the same problem and going to File -> Reapair IDE... fixed it for me.

Shortcut to switching focus between editor and project tree(explorer) in CodeLite IDE

Is there a shortcut to do - what I mention in topic, or some trick to simulate this in CodeLite IDE?
I know how to change tabs [CTRL+ALT+ARROW]
I found someone who looking the same:
https://github.com/eranif/codelite/issues/1094
Right now I hack this by open new resources [SHIFT+CTRL+F], but I not satisfied.
No. There is no such shortcut.
Please open a feature request on GitHub or Submit a feature request
Eran

How to create the Window Setup for Odoo 8.0?

I have created so many custom module in ODOO 8.0 adones and I want to create the ODOO Setup file for that for Window installation then Which kind of steps I want to follow or does it need to require for separate software that make my Window setup file.
This document may helpful for you for create window .exe file for OpenERP V6
please refere the below link :
https://doc.odoo.com/6.0/developer/8_24_build/
You may try this V8 to see if it can solve your problem.
I've tried it on Windows 7, worked out of the box.
please try below link
http://sourceforge.net/projects/greenopenerp/files/
Hi there if somebody wants to simplify this, I made a small batch file to execute all of this procedure in a faster way..Just follow steps.Be sure to have odoo v8 installed on windows,not sure if it works with any other odoo version. Please download from this link:
https://www.dropbox.com/s/3p4071rlsa071is/CreateOdooModule.bat?dl=0
Also I did this in Windows 7 64 bits, maybe in other version it doesnt detect odoo path automatically.If not,just add it manually when program asks.
Hope it works for everybody !

Build a (custom) module in Odoo OpenERP

I have downloaded the source code of Odoo (previously OpenERP) and installed OpenERP. I wanted to know how can I create new module, build it and install it (on Windows) when I don't have the Update Module List.
Take a look at this doc. This is in new api version 8.0
Odoo documentation
To build an Odoo module please Have a look here Which is the Basic Odoo Documentation to builds a new addon. To update Apps list after building the addon after restarting the server you have to follow below methods according to the versions so that you can customize it.
Odoo V8
Go to settings -> Users -> Check the Technical Features.
Update Apps list and Install custom add-on.
Odoo V9
click on About, will open wizard
Use active developer mode and then Update Apps list and Install custom add-on.
Odoo V10
Goto Settings -> Activate developer mode and then Update Apps list and Install custom add-on.
After Updating the module list you can see the custom add-on.
First of all place your module into addon folder of your odoo installation
Log in as Administrator
got to settings - users - Administrator
click on Edit
Check Technical properties
Save and refresh your browser
Go to Settings - Modules - Refresh module list
Click on Refresh
If everything went well you will see your own module within the list
Ensure you have technical features enabled for your user in the access rights section.
Once you have enabled it, logout and login again and you should see Update Module List menu item
As a matter of first importance put your module into addon envelope of your odoo establishment
When you have empowered it, logout and login again and you ought to see Update Module List menu thing. An other way to odoo erp customization
Sign in as Administrator
got to settings - clients - Administrator
tap on Edit
Check Technical properties
Spare and invigorate your program
Go to Settings - Modules - Refresh module list

Eclipse Plugin to "Open Explorer in this File location" for Package Explorer

Is there any plugin that lets me open the file I selected in the Package Explorer in windows explorer?
I am looking for an extra menu option in the right click menu of the package explorer.
Since Eclipse 4.4 (Luna) there is a Show in System Explorer command available from the context menu.
The Show In menu is also accessible through Alt+Shift+W on Linux/Windows and Alt+Cmd+W on macOS.
While there is a default setting that is suitable in most cases, the command for launching the system explorer can be configured on the General > Workspace preference page.
Hmmm... Looks like we all have this problem.
You can use this plugin to do exactly that and a bit more...
Sorry for self advertising... But I think this is what you are looking for!
I'm using StartExplorer for several years now. It's easy to use, is up-to-date and does simply, what you are expecting from it. You can install it through
Help > Eclipse Marketplace...
Usage:
If you can live without the context menu, you can even get this without any additional plugin, using just a launch configuration on the active selection.
I'm not sure if there's a direct way, but what you can do is right click on the file/folder, go to properties, then copy "Location" and put that string into a blank explorer window.
so,
right-click --> properties --> Location --> ctrl-c
open explorer window --> ctrl-v --> go button
You might want to have a look at http://marketplace.eclipse.org/content/eexplorer
keeps windows explorer in sync without the need to sync manually via context menu
less explorer windows -> less clutter
possibility to pop out native explorer
keyboard short cuts
:-)
Here's a simple plugin with just shell & file explorer
http://marketplace.eclipse.org/content/open-here-eclipse