Files
server-backend/base_suspend_security/__manifest__.py
2019-02-21 15:23:34 +01:00

14 lines
400 B
Python

# © 2015 Therp BV <http://therp.nl>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Suspend security",
"version": "12.0.1.0.0",
"author": "Therp BV, brain-tec AG, Odoo Community Association (OCA)",
"license": "AGPL-3",
"category": "Hidden/Dependency",
"summary": "Suspend security checks for a call",
"depends": [
'base',
],
}