server-env/server_environment_data_enc.../__manifest__.py

14 lines
422 B
Python

# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Server Environment Data Encryption",
"version": "12.0.0.0.1",
"category": "Tools",
"website": "https://akretion.com/",
"author": "Akretion, Odoo Community Association (OCA)",
"license": "AGPL-3",
"application": False,
"installable": True,
"depends": ["server_environment", "data_encryption"],
"data": [],
}