oca-technical/odoo-bringout-oca-data-protection-privacy/privacy/__manifest__.py
2025-08-29 15:43:03 +02:00

23 lines
854 B
Python

# Copyright 2018 Eficent Business and IT Consulting Services S.L.
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
{
"name": "Data Privacy and Protection",
"version": "16.0.1.0.0",
"development_status": "Production/Stable",
"category": "Data Protection",
"summary": "Provides data privacy and protection features "
"to comply to regulations, such as GDPR.",
"author": "Eficent, Tecnativa, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/data-protection",
"license": "AGPL-3",
"data": [
"security/data_protection.xml",
"security/ir.model.access.csv",
"views/data_protection_menu_view.xml",
"views/privacy_activity_view.xml",
],
"demo": ["demo/res_users.xml"],
"depends": ["mail"],
"installable": True,
"application": True,
}