Search 1.9 billion lines of Odoo code on GitHub

debranding_full

Author: Ivan Yelizariev
License: no license
Branch: 8.0
Repository: CarlesAntoli/addons-yelizariev
Dependencies: disable_openerp_online, mail_delete_sent_by_footer, web_debranding, and website_debranding
Languages: Python (14, 40.0%), XML (3, 8.6%), and reStructuredText (18, 51.4%)
Other repositories: ccdos/addons-yelizariev, chenyingkun/addons-yelizariev, igallyamov/addons-yelizariev, maheswara/addons-yelizariev, mecva/addons-yelizariev, morphace/addons-yelizariev, s0x90/addons-yelizariev, shingonoide/addons-yelizariev, and suriyan/addons-yelizariev

<h1 class="title">Full Debranding</h1> <p>Removes references to odoo.</p> <p>Note, that this module will install website module. If you don't need one, consider to install only some of modules from dependencies.</p> <a name="disable-openerp-online"></a> <h2>disable_openerp_online</h2> <p>The module depends on <em>disable_openerp_online</em> module from that repository: <a class="reference external" href="https://github.com/OCA/server-tools">https://github.com/OCA/server-tools</a></p> <a name="website-debranding"></a> <h2>website_debranding</h2> <p>The module depends on <em>website_debranding</em> module from that repository: <a class="reference external" href="https://github.com/yelizariev/website-addons">https://github.com/yelizariev/website-addons</a></p> <a name="im-odoo-support"></a> <h2>im_odoo_support</h2> <p><strong>im_odoo_support</strong> should be disabled and uninstalled manually:</p> <ol class="arabic"> <li><p class="first">open <em>__openerp__.py</em> file of im_odoo_support module and set autoinstall option to False. Also, you can do it via <em>sed</em> tool:</p> <blockquote> <dl class="docutils"> <dt>cd path/to/odoo</dt> <dd><p class="first last">sed -i &quot;s/'auto_install': True/'auto_install': False/&quot; addons/im_odoo_support/__openerp__.py</p> </dd> </dl> </blockquote> </li> <li><p class="first">update modules list</p> </li> <li><p class="first">uninstall im_odoo_support from odoo</p> </li> </ol>