forked from OCA/data-protection
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MIG] privacy_consent: Migration to 17.0
- Loading branch information
1 parent
c24f0da
commit 10720f2
Showing
19 changed files
with
247 additions
and
243 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[build-system] | ||
requires = ["whool"] | ||
build-backend = "whool.buildapi" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
- [Tecnativa](https://www.tecnativa.com): | ||
- Jairo Llopis | ||
- [initOS GmbH](https://www.initos.com): | ||
- Florian Kantelberg |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
This module allows the user to define a set of subjects (partners) | ||
affected by any data processing activity, and establish a process to ask | ||
them for consent to include them in that activity. | ||
|
||
For those that need explicit consent as a lawfulness base for personal | ||
data processing, as required by GDPR (article 6.1.a), this module | ||
provides the needed tools to automate it. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
You may want to install, along with this module, one of OCA's | ||
`mail_tracking` module collection, such as `mail_tracking_mailgun`, so | ||
you can provide more undeniable proof that some consent request was | ||
sent, and to whom. | ||
|
||
However, the most important proof to provide is the answer itself (more | ||
than the question), and this addon provides enough tooling for that. | ||
|
||
## Multi-database instances | ||
|
||
To enable multi-database support, you must load this addon as a | ||
server-wide addon. Example command to boot Odoo: | ||
|
||
odoo-bin --load=web,privacy_consent |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.