{"id":14062973,"url":"https://github.com/kasim1011/odoo-11.0-windows-installation","last_synced_at":"2025-07-29T14:32:09.387Z","repository":{"id":218501864,"uuid":"106116624","full_name":"kasim1011/odoo-11.0-windows-installation","owner":"kasim1011","description":"Install odoo-11.0 from source on Windows","archived":false,"fork":false,"pushed_at":"2017-10-19T07:09:17.000Z","size":8464,"stargazers_count":34,"open_issues_count":0,"forks_count":27,"subscribers_count":12,"default_branch":"master","last_synced_at":"2024-12-04T00:32:32.605Z","etag":null,"topics":["git","how-to","installation","nodejs","npm","odoo","odoo-11","pgadmin4","postgresql","python3","source","tutorial","windows","windows-10","wkhtmltopdf"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kasim1011.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2017-10-07T17:23:25.000Z","updated_at":"2024-06-20T10:02:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"97134fe8-741a-4152-8990-c652b1bcf66d","html_url":"https://github.com/kasim1011/odoo-11.0-windows-installation","commit_stats":null,"previous_names":["kasim1011/odoo-11.0-windows-installation"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kasim1011/odoo-11.0-windows-installation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kasim1011%2Fodoo-11.0-windows-installation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kasim1011%2Fodoo-11.0-windows-installation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kasim1011%2Fodoo-11.0-windows-installation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kasim1011%2Fodoo-11.0-windows-installation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kasim1011","download_url":"https://codeload.github.com/kasim1011/odoo-11.0-windows-installation/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kasim1011%2Fodoo-11.0-windows-installation/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267703048,"owners_count":24130463,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["git","how-to","installation","nodejs","npm","odoo","odoo-11","pgadmin4","postgresql","python3","source","tutorial","windows","windows-10","wkhtmltopdf"],"created_at":"2024-08-13T07:02:55.976Z","updated_at":"2025-07-29T14:32:04.993Z","avatar_url":"https://github.com/kasim1011.png","language":null,"funding_links":[],"categories":["Others"],"sub_categories":[],"readme":"# Odoo 11.0 Windows Installation\nInstall odoo-11.0 from source on Windows\n\nIt is recommended to have 64 bit version of operating system installed on your system.\u003cbr /\u003e\nIt is recommended to install 64 bit version of all software packages mentioned in installation process.\u003cbr /\u003e\n\n### Installation\u003cbr /\u003e\nDownload and install [Git for Windows](https://git-scm.com/download/win).\u003cbr /\u003e\nDownload and install [Node.js LTS](https://nodejs.org/en/download/).\u003cbr /\u003e\n\u003cbr /\u003e\nLaunch `Command Prompt` as Administrator.\n * Install `Less.js` by `\u003e npm install -g less less-plugin-clean-css`\n\nDownload and install [PostgreSQL](https://www.enterprisedb.com/downloads/postgres-postgresql-downloads).\u003cbr /\u003e\nadd PostgreSQL's `bin` directory (default: `C:\\Program Files\\PostgreSQL\\x.x\\bin`) to your `PATH`.\u003cbr /\u003e\n\u003cbr /\u003e\ncreate a `postgres` user with a password using the `PgAdmin` GUI:\u003cbr /\u003e\n * open `PgAdmin4`,\n * expand `server` node to create a connection,\n * expand `PostgreSQL` node,\n * select **Object-\u003e Create -\u003e Login/Group Role**,\n    * enter the username in the `Role Name` field (e.g. odoo),\n    * open the `Definition` tab and enter the password (e.g. odoo),\n    * open the `Privileges` tab and give `login` and `create database` rights,\n * click `save`.\n\nDownload and install [`Microsoft Visual C++ 2015 Redistributable`](https://www.microsoft.com/en-us/download/details.aspx?id=52685).\u003cbr /\u003e\nDownload and install \u003ca href=\"https://www.python.org/downloads/\" target=\"_blank\"\u003ePython3\u003c/a\u003e `version 3.6`.\u003cbr /\u003e\n * goto `Python3` installation directory (default: `C:\\Users\\{UserName}\\AppData\\Local\\Programs\\Python\\PythonXX`.\u003cbr /\u003e\n * rename `python.exe` to `python3.exe` and `pythonw.exe` to `pythonw3.exe`.\u003cbr /\u003e\n * add `Python3` installation directory (default: `C:\\Users\\{UserName}\\AppData\\Local\\Programs\\Python\\PythonXX`) to your `PATH`.\u003cbr /\u003e\n\nSome of `odoo` dependencies are `non-pure Python packages` which requires `C/C++` compilation during their installation process. you can install those dependencies using one of the following approaches.\n 1. Download and install already compiled dependencies in `Wheel (.whl)` format targeting your system configuration.\n 2. Download and install `C/C++` compiler than install those dependencies from `source`.\n\nFor installing dependencies from `Wheel (.whl)`, launch `Command Prompt` as Administrator.\u003cbr /\u003e\n * Install `pypiwin32` by `\u003e python3 -m pip install pypiwin32`\n * Install [`Pillow`](http://www.lfd.uci.edu/~gohlke/pythonlibs/#pillow) by `\u003e python3 -m pip install Pillow-3.4.2-cp36-cp36m-win_amd64.whl`\n * Install [`gevent`](https://pypi.python.org/pypi/gevent) by `\u003e python3 -m pip install gevent-1.2.2-cp36-cp36m-win_amd64.whl`\n * Install [`lxml`](https://pypi.python.org/pypi/lxml) by `\u003e python3 -m pip install lxml-3.8.0-cp36-cp36m-win_amd64.whl`\n * Install [`psutil`](https://pypi.python.org/pypi/psutil) by `\u003e python3 -m pip install psutil-5.3.1-cp36-cp36m-win_amd64.whl`\n * Install [`psycopg2`](https://pypi.python.org/pypi/psycopg2) by `\u003e python3 -m pip install psycopg2-2.7.3-cp36-cp36m-win_amd64.whl`\n * Install [`pyldap`](http://www.lfd.uci.edu/~gohlke/pythonlibs/#pyldap) by `\u003e python3 -m pip install pyldap-2.4.37-cp36-cp36m-win_amd64.whl`\n * Install [`reportlab`](https://pypi.python.org/pypi/reportlab) by `\u003e python3 -m pip install reportlab-3.4.0-cp36-cp36m-win_amd64.whl`\n\nIf you're having `32 bit Windows architecture` or other `Python` versions (e.g. `3.4`, `3.5`) installed on your system. you can download `non-pure Python package Wheels (.whl)` targeting your system configurations from [`PyPI`](https://pypi.python.org/pypi) or [`Laboratory for Fluorescence Dynamics`](http://www.lfd.uci.edu/~gohlke/pythonlibs/). If you're having `Python 3.4` installed on system then you will require [`Microsoft Visual C++ 2010 Redistributable`](http://www.microsoft.com/download/en/details.aspx?id=26999) instead of `Microsoft Visual C++ 2015 Redistributable`. for more information visit [`WindowsCompilers`](https://wiki.python.org/moin/WindowsCompilers) article on `Python Wiki`.\n\nFor installing dependencies from `source`, download [`Visual C++ 2015 Build Tools`](http://landinghub.visualstudio.com/visual-cpp-build-tools).\u003cbr /\u003e\n * run the installer,\n * select `custom` mode for installation,\n * uncheck all optional features (e.g. `Windows 8.1 SDK`, `Windows 10 SDK`, `ATL/MFC SDK`, `.NET Framework SDK` etc.)\n * click `Install`.\u003cbr /\u003e\n\nAfter `Visual C++ 2015 Build Tools` installation process completes, launch `Command Prompt` as Administrator\n * Install `pypiwin32` by `\u003e python3 -m pip install pypiwin32`\n * Install `Pillow` by `\u003e python3 -m pip install pillow`\n * Install `gevent` by `\u003e python3 -m pip install gevent`\n * Install `lxml` by `\u003e python3 -m pip install lxml`\n * Install `psutil` by `\u003e python3 -m pip install psutil`\n * Install `psycopg2` by `\u003e python3 -m pip install psycopg2`\n * Install `pyldap` by `\u003e python3 -m pip install pyldap`\n * Install `reportlab` by `\u003e python3 -m pip install reportlab`\n\nIf you're having `Python 3.4` installed on system then you will require [`Microsoft Windows SDK for Windows 7 and .NET Framework 4`](https://www.microsoft.com/en-us/download/details.aspx?id=8279) instead of `Visual C++ 2015 Build Tools`. for more information visit [`WindowsCompilers`](https://wiki.python.org/moin/WindowsCompilers) article on `Python Wiki`.\n\nInstall remaining `pure Python packages` from [`requirements.txt`](https://github.com/kasim1011/odoo-11.0-windows-installation/raw/master/requirements.txt) using\n * `$ python3 -m  pip install -r requirements.txt`\n * `$ python3 -m pip install -U werkzeug`\n\nDownload and install [wkhtmltopdf](https://wkhtmltopdf.org/downloads.html).\u003cbr /\u003e\nAdd wkhtmltopdf's `bin` directory (default: `C:\\Program Files\\wkhtmltopdf\\bin`) to your `PATH`.\u003cbr /\u003e\n\u003cbr /\u003e\nLaunch `Command Prompt`.\u003cbr /\u003e\nSwitch to (`cd`) your desired `odoo` installation directory\u003cbr /\u003e\nclone `odoo` repository by `git clone https://github.com/odoo/odoo.git -b 11.0`\u003cbr /\u003e\n\nSwitch to `odoo` installation directory and run `odoo` using\u003cbr /\u003e\n`$ python3 odoo-bin -w odoo -r odoo --addons-path=addons --log-level=debug_rpc`\u003cbr /\u003e\n\n\u003cimg src=\"https://raw.githubusercontent.com/kasim1011/odoo-11.0-windows-installation/master/Screenshot.png\" /\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkasim1011%2Fodoo-11.0-windows-installation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkasim1011%2Fodoo-11.0-windows-installation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkasim1011%2Fodoo-11.0-windows-installation/lists"}