From e0ac83ef120d794e586c3fb5bff1a48d5241fbad Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Mon, 8 Oct 2018 18:02:21 +0000 Subject: [PATCH] [UPD] README.rst --- module_auto_update/README.rst | 35 +++---------- .../static/description/index.html | 51 ++++++------------- 2 files changed, 23 insertions(+), 63 deletions(-) diff --git a/module_auto_update/README.rst b/module_auto_update/README.rst index e13559c73..66b1e5f56 100644 --- a/module_auto_update/README.rst +++ b/module_auto_update/README.rst @@ -14,13 +14,13 @@ Module Auto Update :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fserver--tools-lightgray.png?logo=github - :target: https://github.com/OCA/server-tools/tree/11.0/module_auto_update + :target: https://github.com/OCA/server-tools/tree/12.0/module_auto_update :alt: OCA/server-tools .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/server-tools-11-0/server-tools-11-0-module_auto_update + :target: https://translation.odoo-community.org/projects/server-tools-12-0/server-tools-12-0-module_auto_update :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png - :target: https://runbot.odoo-community.org/runbot/149/11.0 + :target: https://runbot.odoo-community.org/runbot/149/12.0 :alt: Try me on Runbot |badge1| |badge2| |badge3| |badge4| |badge5| @@ -64,30 +64,11 @@ 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:: +in an Odoo shell session: - env['ir.module.module'].upgrade_changed_checksum() - -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. +.. code-block:: python - 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``. + env['ir.module.module'].upgrade_changed_checksum() Bug Tracker =========== @@ -95,7 +76,7 @@ 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 smashing it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -139,6 +120,6 @@ Current `maintainer `__: |maintainer-sbidoul| -This module is part of the `OCA/server-tools `_ project on GitHub. +This module is part of the `OCA/server-tools `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/module_auto_update/static/description/index.html b/module_auto_update/static/description/index.html index 0efdc5578..1ce7dc518 100644 --- a/module_auto_update/static/description/index.html +++ b/module_auto_update/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Production/Stable License: LGPL-3 OCA/server-tools Translate me on Weblate Try me on Runbot

+

Production/Stable License: LGPL-3 OCA/server-tools Translate me on Weblate Try me on Runbot

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 @@ -377,12 +377,11 @@ hash has changed since the last successful upgrade.

  • Configuration
  • Usage
  • -
  • Known issues / Roadmap
  • -
  • Bug Tracker
  • -
  • Credits @@ -413,42 +412,22 @@ 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()
    +
    +env['ir.module.module'].upgrade_changed_checksum()
     
    -
    -

    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

    +

    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 smashing it by providing a detailed and welcomed -feedback.

    +feedback.

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

    -

    Credits

    +

    Credits

    -

    Authors

    +

    Authors

    • LasLabs
    • Juan José Scarafía
    • @@ -457,7 +436,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
    -

    Contributors

    +

    Contributors

    -

    Maintainers

    +

    Maintainers

    This module is maintained by the OCA.

    Odoo Community Association

    OCA, or the Odoo Community Association, is a nonprofit organization whose @@ -474,7 +453,7 @@ mission is to support the collaborative development of Odoo features and promote its widespread use.

    Current maintainer:

    sbidoul

    -

    This module is part of the OCA/server-tools project on GitHub.

    +

    This module is part of the OCA/server-tools project on GitHub.

    You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.