Skip to main content

Automatically update Odoo modules

Project description

License: LGPL-3

Module Auto Update

This addon provides mechanisms to compute sha1 hashes of installed addons, and save them in the database. It also provides a method that exploits these mechanisms to update a database by upgrading only the modules for which the hash has changed since the last successful upgrade.

Configuration

This module supports the following system parameters:

  • module_auto_update.exclude_patterns: comma-separated list of file name patterns to ignore when computing addon checksums. Defaults to *.pyc,*.pyo,i18n/*.pot,i18n_extra/*.pot,static/*. Filename patterns must be compatible with the python fnmatch function.

In addition to the above pattern, .po files corresponding to languages that are not installed in the Odoo database are ignored when computing checksums.

Usage

The main method provided by this module is upgrade_changed_checksum on ir.module.module. It runs a database upgrade for all installed modules for which the hash has changed since the last successful run of this method. On success it saves the hashes in the database.

The first time this method is invoked after installing the module, it runs an upgrade of all modules, because it has not saved the hashes yet. This is by design, priviledging safety. Should this be an issue, the method _save_installed_checksums can be invoked in a situation where one is sure all modules on disk are installed and up-to-date in the database.

An easy way to invoke this upgrade mechanism is by issuing the following in an Odoo shell session:

env['ir.module.module'].upgrade_changed_checksum()
Try me on Runbot

Known issues / Roadmap

  • Since version 2.0.0, some features have been deprecated. When you upgrade from previous versions, these features will be kept for backwards compatibility, but beware! They are buggy!

    If you install this addon from scratch, these features are disabled by default.

    To force enabling or disabling the deprecated features, set a configuration parameter called module_auto_update.enable_deprecated to either 1 or 0. It is recommended that you disable them.

    Keep in mind that from this version, all upgrades are assumed to run in a separate odoo instance, dedicated exclusively to upgrade Odoo.

  • When migrating the addon to new versions, the deprecated features should be removed. To make it simple all deprecated features are found in files suffixed with _deprecated.

Bug Tracker

Bugs are tracked on GitHub Issues. 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.

Credits

Images

  • Odoo Community Association: Icon.

Contributors

Do not contact contributors directly about support or help with technical issues.

Maintainer

Odoo Community Association

This module is maintained by the OCA.

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.

To contribute to this module, please visit https://odoo-community.org.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

odoo11_addon_module_auto_update-11.0.2.0.3-py2.py3-none-any.whl (37.7 kB view details)

Uploaded Python 2Python 3

File details

Details for the file odoo11_addon_module_auto_update-11.0.2.0.3-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for odoo11_addon_module_auto_update-11.0.2.0.3-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 50aec2a2673b006c5b277262e6f0854654a89204f0ba180fb94f5d9ccca0c1e6
MD5 c72b307e6e40b12d0953a76be0f14fca
BLAKE2b-256 4160804ec4311ce5dbfbf6ac360f11a648eb9edd8c26f89f937cb6d24962cfc5

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page