mirror of
https://github.com/OCA/server-backend.git
synced 2025-02-18 09:52:42 +02:00
14 lines
400 B
Python
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.3",
|
|
"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',
|
|
],
|
|
}
|