How to Install Odoo with source code (DEV edition)
i. Download Odoo Source Code
Open the command prompt.
Go to the directory where you want to take a clone of Odoo’s source code.
Take a clone using the command (HTTPS).
git clone https://github.com/odoo/odoo.git
ii. Install Python
Download the P...