Search 1.9 billion lines of Odoo code on GitHub

module_upgrade_link

Author: Callino, Wolfgang Pichler, Odoo Community Association (OCA)
License: LGPL-3
Branch: 10.0
Repository: Callino/server-tools
Dependencies: base
Languages: Python (36, 46.8%), and reStructuredText (41, 53.2%)

<a class="reference external image-reference" href="http://www.gnu.org/licenses/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/licence-LGPL--3-blue.svg"> </a> <a name="module-auto-update"></a> <h2>Module Auto Update</h2> <p>This module will automatically check for and apply module upgrades on a schedule.</p> <p>Upgrade checking is accomplished by comparing the SHA1 checksums of currently-installed modules to the checksums of corresponding modules in the addons directories.</p> <a name="installation"></a> <h3>Installation</h3> <p>Prior to installing this module, you need to:</p> <ol class="arabic simple"> <li>Install checksumdir with <cite>pip install checksumdir</cite></li> <li>Ensure all installed modules are up-to-date. When installed, this module will assume the versions found in the addons directories are currently installed.</li> </ol> <a name="configuration"></a> <h3>Configuration</h3> <p>The default time for checking and applying upgrades is 3:00 AM (UTC). To change this schedule, modify the &quot;Perform Module Upgrades&quot; scheduled action.</p> <p>This module will ignore .pyc and .pyo file extensions by default. To modify this, create a module_auto_update.checksum_excluded_extensions system parameter with the desired extensions listed as comma-separated values.</p> <a name="usage"></a> <h3>Usage</h3> <p>Modules scheduled for upgrade can be viewed by clicking the &quot;Updates&quot; menu item in the Apps sidebar.</p> <p>To perform upgrades manually, click the &quot;Apply Scheduled Upgrades&quot; menu item in the Apps sidebar.</p> <a class="reference external image-reference" href="https://runbot.odoo-community.org/runbot/149/10.0"><img alt="Try me on Runbot" src="https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas" /></a> <a name="bug-tracker"></a> <h3>Bug Tracker</h3> <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/server-tools/issues">GitHub Issues</a>. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smash it by providing detailed and welcomed feedback.</p> <a name="credits"></a> <h3>Credits</h3> <a name="images"></a> <h4>Images</h4> <ul class="simple"> <li>Odoo Community Association: <a class="reference external" href="https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg">Icon</a>.</li> </ul> <a name="contributors"></a> <h4>Contributors</h4> <ul class="simple"> <li>Brent Hughes &lt;<a class="reference external" href="mailto:brent.hughes&#64;laslabs.com">brent.hughes&#64;laslabs.com</a>&gt;</li> <li>Juan José Scarafía &lt;<a class="reference external" href="mailto:jjs&#64;adhoc.com.ar">jjs&#64;adhoc.com.ar</a>&gt;</li> </ul> <p>Do not contact contributors directly about support or help with technical issues.</p> <a name="maintainer"></a> <h4>Maintainer</h4> <a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a> <p>This module is maintained by the OCA.</p> <p>OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.</p> <p>To contribute to this module, please visit <a class="reference external" href="https://odoo-community.org">https://odoo-community.org</a>.</p>