Repository
OCA/data-protection · module folder · Try on Runboat
Module version
1.0.0
Category
Data Protection
Folder size
0.13 MB
License
AGPL-3
Application
Yes
Auto-installable
No
Website
https://github.com/OCA/data-protection
Last tracking update
2026-08-07 08:43:01
Authors
Odoo Community Association (OCA), Eficent, Tecnativa
Maintainers
Odoo Community Association (OCA), Eficent, Tecnativa
Committers
Weblate, OCA-git-bot, oca-ci, Baty7
Odoo dependencies
odoo/odoo:
- web
- bus
Python dependencies
None
System dependencies
None
Required by
privacy_consent
Description
This application provides data protection and privacy feature, to comply
with regulations such as GDPR.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
activity_form Privacy Activity Form privacy.activity form New
activity_search Privacy Activity Search privacy.activity search New
activity_tree Privacy Activity List privacy.activity list New
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (7)
  • active Boolean
    default=True index=True
  • controller_id Many2one → res.partner
    comodel_name='res.partner' default=<expr> help='Whoever determines the purposes and means of the processing of personal data.' required=True string='Controller'
  • description Html
    help='How is personal data used here? Why? Etc.' translate=True
  • name Char
    index=True required=True translate=True
  • processor_ids Many2many → res.partner
    comodel_name='res.partner' help='Whoever processes personal data on behalf of the controller.' relation='privacy_activity_res_partner_processor_ids' string='Processors'
  • subject_domain Char
    default='[]' help='Selection filter to find specific subjects included.' string='Subjects filter'
  • subject_find Boolean
    help='Are affected subjects present in this database?' string='Define subjects'
Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Status
Open migration PR — not merged yet for this version
CI status
green — ready to merge
Open since
17 days ago
Last activity
17 days ago
Repository
OCA/data-protection
Pull request
[19.0][MIG] privacy: Migration to 19.0 (#96)