18 lines
608 B
Python
18 lines
608 B
Python
# Copyright <2019> Akretion
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
{
|
|
"name": "Encryption data",
|
|
"summary": "Store accounts and credentials encrypted by environment",
|
|
"version": "16.0.1.0.1",
|
|
"development_status": "Alpha",
|
|
"category": "Tools",
|
|
"website": "https://github.com/OCA/server-env",
|
|
"author": "Akretion, Odoo Community Association (OCA)",
|
|
"license": "AGPL-3",
|
|
"application": False,
|
|
"installable": True,
|
|
"external_dependencies": {"python": ["cryptography"]},
|
|
"depends": ["base"],
|
|
"data": ["security/ir.model.access.csv"],
|
|
}
|