[MIG] base_suspend_security to 10.0 (#586)

This commit is contained in:
Adrien Peiffer (ACSONE)
2016-10-28 10:00:45 +02:00
committed by Holger Brunn
parent 1a5194c152
commit e719bc627e
9 changed files with 33 additions and 39 deletions

View File

@@ -19,20 +19,12 @@
##############################################################################
{
"name": "Suspend security",
"version": "9.0.1.0.0",
"author": "Therp BV",
"version": "10.0.1.0.0",
"author": "Therp BV, Odoo Community Association (OCA)",
"license": "AGPL-3",
"category": "Hidden/Dependency",
"summary": "Suspend security checks for a call",
"depends": [
'base',
],
"test": [
],
"auto_install": False,
'installable': False,
"application": False,
"external_dependencies": {
'python': [],
},
}