I download and install odoo 13 on its official community version page, then when I install everything fine and I start odoo, the browser opens with the localhost 8069 that is the odoo port and it doesn't open anything, the server just doesn't Starts
If its about firewall n proxy I don't think that's the answer, because my apache n php runs well on the same fresh installed windows. I set 2 VM with the same fresh Windows 10 installer. 1 VM for Apache and 1 VM for Odoo.
Odoo is a web-based open source ERP software. In one odoo application, there are many modules/addons that you can install as needed. For example, if you need an application for sales transactions, you can install the Sales module, if you need a production application, you can install the Manufacture module, and so on.
Select YES when the User Account Control window appears, so that you can continue the installation process. Then select the language, keep using the English so that it looks the same as this article, then click OK. The language on the odoo application can be changed later.
The next step is to fill the PostgreSQL connection information. Just leave it as it is then click the Next button, this information can be changed at any time after the odoo installation process is complete by changing the odoo.conf file.
In the next step we have to choose the location where odoo will be installed. Click the Browse button to select the location that you want. My advice, make a folder that contains information about the current version of odoo that you install, just in case if one day you will install odoo with another version, so that you are not confused.
You need to know, when we create, delete, duplicate, and back up a database, odoo will ask us to enter a password, which is commonly referred to as Master Password. On odoo 13 and 14, odoo will automatically generate a random password, which looks like in the picture above. You must remember or write down the password on your note. Or, before creating your first database, you must replace the random password with the password that you like. To do this, simply delete the password in the Master Password field, then replace it with the new password that you want. Like in the image below.
Click the Install button on one of the application/module/addon, like the Invoicing addon. After the installation process is complete, at odoo community you will be redirected to the Discuss menu. Click the button on the top left corner of odoo navbar, the Invoicing menu or the menu of the application/module/addon that you install should be there. Click the menu to start trying out its features.
We can turn off and turn on the odoo service via the Task Manager. The trick is to press the CTRL + ALT + DEL keys on your keyboard, so you can enter the Task Manager. Or search via the Windows Start button.
In the Task Manager application, open the Service tab then find the odoo service. Right click on the service, then select Stop to turn it off, so that the odoo application on your computer becomes inaccessible. Select Start to run the odoo service again, so that the odoo application on your computer can be accessed again. Or click Restart to perform the Stop and Start commands at once. Knowing how to turn off and to turn on the odoo service is very important, because many actions require this process to be executed, such as adding a new application/module/addon.
Odoo has an Apps Store that provides many applications/modules/addons that we can download for free or paid. As a case study, we will try to download one of the free applications from odoo Apps Store and install it on our Windows computers.
Find the odoo.conf file in the folder where you install odoo. Edit the file with a text editor, like Notepad, then add the path where you put the application/module/addon that you just downloaded in the addons_path section like in the image below, then save.
Stop your odoo service via the Task Manager, then start again. In your browser, enter the debug mode, then enter the Apps menu. Then click the Update Apps List menu, a dialog will appear, click the Update button in the dialog then wait for the process to finish. Search the application/module/addon that you just downloaded in the apps menu as shown below, make sure that the application/module/addon is recognized by odoo, so you can install it immediately.
You can change the master password of your odoo application by accessing the :8069/web/database/manager then click the Set Master Password button. But, you must enter the old Master Password to create a new Master Password. Then what if we forget the old Master Password?
By default, you can access odoo at the :8069/ URL, if you have more than one odoo application on one computer or there is another application that uses the 8069 port, you are advised to change the port number to another unused port in the odoo.conf file in the http_port section, then restart your odoo service . With this, you can access your odoo application on the port that you like, and not run into conflicts with other applications.
df19127ead