$ 163.63
Availability |
Odoo Online
Odoo.sh
On Premise
|
Lines of code | 1376 |
Technical Name |
nova_anonymizer |
License | OPL-1 |
Website | https://www.novacode.nl |
Versions | 13.0 15.0 12.0 16.0 17.0 14.0 |
Database Anonymization
Configurable and super fast
WARNINGS:
Don't use on a production (live) environment ! Use on a copy eg. test environment.
Anonymizes the database in-place.
Anonymization is irreversible, cannot be undone.
Works on Odoo.sh
Compatible with Enterprise and Community
About database anonymization in general
A database which contains sensitive data, like personal- and userdata, should be anonymized when:
- Sending and/or sharing a database with external parties (eg development agencies, freelancers).
- On a test environment accessible to external (or untrusted) parties, or when it doesn't have the high security level like a production environment.
Database anonymization is the required action to prepare such database.
So you don't risk to infringe GDPR (dutch: AVG), privacy and other concerns about sensitive data.
Convenience, configuration and advanced features are key here!
With this Odoo module/app you're able to prepare (configure) the database and execute the anonymization.
Features
Subject | Description |
---|---|
Super fast anonymization |
Handles very large databases. Uses the PostgreSQL COPY command by psycopg2 .Warning: Dependend fields (api.depends) will be anonymized but get out of computation/sync, because of the PostgreSQL COPY implementation. This app (implementation) chooses anonymization performance over integrity/correctness. |
Standard configuration to anonymize certain model fields |
The app comes with a standard configuration (setup) to anonymize model fields regarding:
Accounting, CRM, Sales, Purchase, Project etc. Suggestions are welcome. You can submit suggestions via our (website) contact form. |
Update Models and Fields |
A wizard to select models, which loads (and updates) the models and all its fields into configuration models. |
Configure Fields | Configure per field, whether to anonymize and the anonymization method. |
Configure Models |
Configure per model, which records to anonymize or to exclude, by a search domain filter (or SQL WHERE). If empty search domain filter, all records will be anonymized. |
Field anonymization methods |
Alter data with plentiful of Provider tools Possibilities:
|
CSV export/import template for model and fields configuration |
CSV export/import template is included, for models and fields configurations. This eases preparation, re-use and repeatability of the anonymizer configuration, also across databases. See an example in the screenshots below (CSV export template, CSV import). |
Enable anonymization setting (extra safety) |
Initially the database anonymization is disabled and only configuration (model fields) is possible. Database anonymization can be enabled in the Configuration Settings. |
Database transaction and error reporting | The anonymization runs in a database transaction. If an error occurs eg due to misconfiguration, the transaction is rolled back and the error is displayed to the user. |
Non feature notice: filestore (attachments) |
The filestore (attachments) ain't anonymized, altered or whatsoever. So the anonymization only applies to the (PostgreSQL) database. |
Screenshots
Update Models and Fields
Model Fields configuration - editable list
Model Field configuration - form
Execute database anonymization
CSV export template - model fields configuration
CSV import - model fields configuration
License
One License is permitted per customer project.
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module