Skip to content

Instantly share code, notes, and snippets.

@rvalyi
Last active August 29, 2015 14:06
Show Gist options
  • Save rvalyi/0dd63c06310095836062 to your computer and use it in GitHub Desktop.
Save rvalyi/0dd63c06310095836062 to your computer and use it in GitHub Desktop.
mkdir -p parts/odoo/openerp/tools
cd parts/odoo
wget https://raw.githubusercontent.com/odoo/odoo/7.0/setup.py
wget https://raw.githubusercontent.com/odoo/odoo/7.0/openerp-server
cd openerp
echo "import tools" > __init__.py
wget https://raw.githubusercontent.com/odoo/odoo/7.0/openerp/release.py
wget https://raw.githubusercontent.com/odoo/odoo/7.0/openerp/loglevels.py
cd tools
echo "from config import config" > __init__.py
wget https://raw.githubusercontent.com/odoo/odoo/7.0/openerp/tools/config.py
cd ..
mkdir conf
touch conf/__init__.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment