Base Export Anonymize

base_export_anonymize
REPOSITORY
REPOSITORYOCA/data-protection
GIT
GIThttps://github.com/OCA/data-protection.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/data-protection/tree/18.0/base_export_anonymize
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ACSONE SA/NV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ACSONE SA/NV
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, hda
WEBSITE
WEBSITEhttps://github.com/OCA/data-protection
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:08
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - base
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Anonymize certain fields for a group of users when exporting them
directly or via relational fields.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
ir_model_fields_export_anonymize_tree_view ir.model.fields.export.anonymize list New
ir_model_fields_form_view ir.model.fields xpath Inherits base.view_model_fields_form
Models touched (3)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • anonymize_in_export Boolean
    compute='_compute_anonymize_in_export' inverse='_inverse_anonymize_in_export'
Public methods (0)

No public methods.

New fields (1)
  • field_id Many2one → ir.model.fields
    comodel_name='ir.model.fields' index=True ondelete='cascade' required=True string='Field'
Public methods (0)

No public methods.