13 lines
427 B
Python
13 lines
427 B
Python
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
{
|
|
"name": "Server Environment Data Encryption",
|
|
"version": "14.0.1.0.0",
|
|
"development_status": "Alpha",
|
|
"category": "Tools",
|
|
"website": "https://github.com/OCA/server-env",
|
|
"author": "Akretion, Odoo Community Association (OCA)",
|
|
"license": "AGPL-3",
|
|
"installable": True,
|
|
"depends": ["server_environment", "data_encryption"],
|
|
}
|