Odoo Development in Pycharm

UBUNTU 16.04 LTS

Odoo 10 Installation

Please run the script

sudo wget https://raw.githubusercontent.com/VishnuVanneri/Odoo10-Installation-Script/master/Odoo10.sh

sudo nano Odoo10.sh
sudo chmod +x Odoo10.sh
./Odoo10.sh

Which will install the  python modules and postgresql.

Clone Odoo 10 or  Download Directly from github.

Screenshot-2018-4-3 odoo odoo

Place the file in any location please give permision to access files.

Eg: home/Pycharm/Odoo10

Install Pycharam

https://www.jetbrains.com/pycharm/download/previous.html

After Installation Open Pycharm and Create new Project

p2.png

 

it will look like while adding new project , create a configuration to run odoo10 which will available in right corner

p4.png

create odoo-server.conf file in odoo directory which you can see in the top image.

p5.png

 

p6.png

Run the Configuration, Odoo will run on

http://localhost:8070