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.

19 lines
525 B

  1. # coding: utf-8
  2. # Copyright 2014 David BEAL @ Akretion <david.beal@akretion.com>
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  4. {
  5. 'name': 'Secure Uninstall',
  6. 'summary': "Ask password to authorize uninstall",
  7. 'version': '8.0.1.0.0',
  8. 'author': "Akretion,Odoo Community Association (OCA)",
  9. 'category': 'Base',
  10. 'depends': [
  11. 'base',
  12. ],
  13. 'data': ['views/module_view.xml'],
  14. 'website': 'http://www.akretion.com/',
  15. 'license': 'AGPL-3',
  16. 'installable': True,
  17. }