Odoo erp

Open Source ERP: Odoo

Installation on Windows from souce code

  1. Install Python2.7

  2. Install PostgreSQL, and create login role odoo/odoo, grant ‘CREATEDB’ priviledge to ‘odoo’ account

  3. git clone https://github.com/odoo/odoo.git

  4. Install psycopg using the installer here

psycopg

  1. Install python dependancy

    remove ldap pip install -r requirements.txt

  2. Install LESS CSS via Node.JS

    C:> npm install -g less less-plugin-clean-css

  3. Run odoo

    C:\YourOdooPath> python odoo.py -w odoo -r odoo –addons-path=addons –db-filter=odoo$

Where odoo, odoo are the postgresql login and password, and odoo is the default db to serve on localhost:8069

  1. Access odoo and create sample database

    http://localhost:8069

Reference

odoo