Skip to Content
Menu
This question has been flagged
4 Replies
3034 Views

V16

Avatar
Discard
Best Answer

Hi,

Yes, it can and besides what is mentioned in the blog: https://www.cybrosys.com/blog/how-to-install-odoo-16-in-windows-11

you can make the following changes:


Step 1: instead of creating new 'odoo.conf' file you only have to do what is showed in the following image (-s: will automatically create a new 'odoo.conf' file for you, after that you can make your changes)


Step2: it is a Python virtual environment you create when you have multiple Odoo versions running on the same Python version. Each environment has the recommended python packages by each Odoo version. you can skip this step and stick with what is mentioned in the blog though.


Step3: uncheck those 2 options because of the "addons path" issue.

After these 3 steps and the creation of the config file,  you have to edit the "odoo.conf" file before creating your database and change the following parameters with whatever suits you:


PS: you find the "odoo.conf" the same place where the "odoo-bin" is located.


After editing the "odoo.conf", go back to the Pycharm configuration and change the Parameters section to :


thanks

Avatar
Discard
Best Answer

Any example with "--dev=reload" to use "watchdog" on windows to autoreload python code ?

When i use, the server is reload but stop right after... so i need to restart it. Any tips or solution ?

Thanks in advance

Avatar
Discard
Best Answer

Hi,

Yes, you can set up Odoo development environment in windows and develop and customize Odoo instance.

Configuring odoo for development in windows: https://www.youtube.com/watch?v=MbnrsEAsskk


Thanks

Avatar
Discard
Best Answer

Hi,

Yes, it is possible to develop on Odoo Windows.

Please refer to the blog given below:

https://www.cybrosys.com/blog/how-to-install-odoo-16-in-windows-11


Hope it helps

Avatar
Discard