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.

80 lines
1.9 KiB

8 years ago
  1. .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
  2. :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
  3. :alt: License: AGPL-3
  4. ================
  5. Secure Uninstall
  6. ================
  7. Odoo erase all data managed by uninstalled modules.
  8. To prevent catastrophe this module ask password
  9. before proceeding to module uninstallation.
  10. .. figure:: secure_uninstall/static/description/img1.png
  11. :alt: Uninstall authorized
  12. :width: 70%
  13. |
  14. Configuration
  15. =============
  16. Set 'secure_uninstall' key in Odoo configuration file.
  17. Usage
  18. =====
  19. #. Go to Settings > Local modules.
  20. #. Click on one module.
  21. #. Click on Uninstall button.
  22. #. You will need to enter a specific password before proceeding (password provided by administrator).
  23. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  24. :alt: Try me on Runbot
  25. :target: https://runbot.odoo-community.org/runbot/149/server-tools
  26. Known issues / Roadmap
  27. ======================
  28. * This module can be uninstall properly: needs to be fixed soon
  29. * This module allowed us to discover this bug in core Odoo https://github.com/odoo/odoo/issues/14452: hoping it will fixed
  30. Bug Tracker
  31. ===========
  32. Bugs are tracked on `GitHub Issues
  33. <https://github.com/OCA/server-tools/issues>`_. In case of trouble, please
  34. check there if your issue has already been reported. If you spotted it first,
  35. help us smashing it by providing a detailed and welcomed feedback.
  36. Credits
  37. =======
  38. Contributors
  39. ------------
  40. * David Béal <david.beal@akretion.com>
  41. Maintainer
  42. ----------
  43. .. image:: https://odoo-community.org/logo.png
  44. :alt: Odoo Community Association
  45. :target: https://odoo-community.org
  46. This module is maintained by the OCA.
  47. OCA, or the Odoo Community Association, is a nonprofit organization whose
  48. mission is to support the collaborative development of Odoo features and
  49. promote its widespread use.
  50. To contribute to this module, please visit https://odoo-community.org.