Skip to content

Instantly share code, notes, and snippets.

@yelizariev
Last active August 29, 2015 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yelizariev/7d7ab031572c4270f86b to your computer and use it in GitHub Desktop.
Save yelizariev/7d7ab031572c4270f86b to your computer and use it in GitHub Desktop.
edit-odoo-source.sh
cd /usr/local/src/odoo
## delete matches="..." at /web/database/manager
sed -i 's/matches="[^"]*"//g' addons/web/static/src/xml/base.xml
## disable im_odoo_support
sed -i "s/'auto_install': True/'auto_install': False/" addons/im_odoo_support/__openerp__.py
##
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment