You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
946 B
29 lines
946 B
# Copyright 2018 Tecnativa - Jairo Llopis
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
|
{
|
|
"name": "Privacy - Consent",
|
|
"summary": "Allow people to explicitly accept or reject inclusion "
|
|
"in some activity, GDPR compliant",
|
|
"version": "12.0.1.1.0",
|
|
"development_status": "Production/Stable",
|
|
"category": "Privacy",
|
|
"website": "https://github.com/OCA/management-activity",
|
|
"author": "Tecnativa, initOS GmbH, Odoo Community Association (OCA)",
|
|
"license": "AGPL-3",
|
|
"application": False,
|
|
"installable": True,
|
|
"depends": [
|
|
"privacy",
|
|
],
|
|
"data": [
|
|
"security/ir.model.access.csv",
|
|
"data/ir_actions_server.xml",
|
|
"data/ir_cron.xml",
|
|
"data/mail.xml",
|
|
"templates/assets.xml",
|
|
"templates/form.xml",
|
|
"views/privacy_consent.xml",
|
|
"views/privacy_activity.xml",
|
|
"views/res_partner.xml",
|
|
],
|
|
}
|