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.

17 lines
812 B

  1. * Since version ``2.0.0``, some features have been deprecated.
  2. When you upgrade from previous versions, these features will be kept for
  3. backwards compatibility, but beware! They are buggy!
  4. If you install this addon from scratch, these features are disabled by
  5. default.
  6. To force enabling or disabling the deprecated features, set a configuration
  7. parameter called ``module_auto_update.enable_deprecated`` to either ``1``
  8. or ``0``. It is recommended that you disable them.
  9. Keep in mind that from this version, all upgrades are assumed to run in a
  10. separate odoo instance, dedicated exclusively to upgrade Odoo.
  11. * When migrating the addon to new versions, the deprecated features should be
  12. removed. To make it simple all deprecated features are found in files
  13. suffixed with ``_deprecated``.