You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

77 lines
2.6 KiB

7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
  1. .. image:: https://img.shields.io/badge/licence-LGPL--3-blue.svg
  2. :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
  3. :alt: License: LGPL-3
  4. ==================
  5. Module Auto Update
  6. ==================
  7. This module will automatically check for and apply module upgrades on a schedule.
  8. Upgrade checking is accomplished by comparing the SHA1 checksums of currently-installed modules to the checksums of corresponding modules in the addons directories.
  9. Installation
  10. ============
  11. Prior to installing this module, you need to:
  12. #. Install checksumdir with ``pip install checksumdir``
  13. #. Ensure all installed modules are up-to-date. When installed, this module will assume the versions found in the addons directories are currently installed.
  14. Configuration
  15. =============
  16. The default time for checking and applying upgrades is 3:00 AM (UTC). To change this schedule, modify the "Perform Module Upgrades" scheduled action.
  17. 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.
  18. Usage
  19. =====
  20. Modules scheduled for upgrade can be viewed by clicking the "Updates" menu item in the Apps sidebar.
  21. To perform upgrades manually, click the "Apply Scheduled Upgrades" menu item in the Apps sidebar.
  22. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  23. :alt: Try me on Runbot
  24. :target: https://runbot.odoo-community.org/runbot/149/11.0
  25. Bug Tracker
  26. ===========
  27. Bugs are tracked on `GitHub Issues
  28. <https://github.com/OCA/server-tools/issues>`_. In case of trouble, please
  29. check there if your issue has already been reported. If you spotted it first,
  30. help us smash it by providing detailed and welcomed feedback.
  31. Credits
  32. =======
  33. Images
  34. ------
  35. * Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.
  36. Contributors
  37. ------------
  38. * Brent Hughes <brent.hughes@laslabs.com>
  39. * Juan José Scarafía <jjs@adhoc.com.ar>
  40. * Jairo Llopis <jairo.llopis@tecnativa.com>
  41. Do not contact contributors directly about support or help with technical issues.
  42. Maintainer
  43. ----------
  44. .. image:: https://odoo-community.org/logo.png
  45. :alt: Odoo Community Association
  46. :target: https://odoo-community.org
  47. This module is maintained by the OCA.
  48. OCA, or the Odoo Community Association, is a nonprofit organization whose
  49. mission is to support the collaborative development of Odoo features and
  50. promote its widespread use.
  51. To contribute to this module, please visit https://odoo-community.org.