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.

23 lines
630 B

  1. # -*- coding: utf-8 -*-
  2. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  3. {
  4. "name": "Module Uninstall Check",
  5. "summary": "Add Extra Checks before uninstallation of modules",
  6. "version": "8.0.1.0.0",
  7. "category": "Base",
  8. "website": "https://odoo-community.org/",
  9. "author": "GRAP, Odoo Community Association (OCA)",
  10. "license": "AGPL-3",
  11. "installable": True,
  12. "depends": [
  13. 'base',
  14. ],
  15. "data": [
  16. 'wizards/wizard_module_uninstall.xml',
  17. 'wizards/action.xml',
  18. 'views/ir_module_module.xml',
  19. ],
  20. "demo": [
  21. 'demo/res_groups.xml',
  22. ],
  23. }