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

# -*- coding: utf-8 -*-
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Module Uninstall Check",
"summary": "Add Extra Checks before uninstallation of modules",
"version": "8.0.1.0.0",
"category": "Base",
"website": "https://odoo-community.org/",
"author": "GRAP, Odoo Community Association (OCA)",
"license": "AGPL-3",
"installable": True,
"depends": [
'base',
],
"data": [
'wizards/wizard_module_uninstall.xml',
'wizards/action.xml',
'views/ir_module_module.xml',
],
"demo": [
'demo/res_groups.xml',
],
}