Browse Source

GDPR Modules for OCA V11

- moved description to readme directory
pull/10/head
ITISAG-OCA 6 years ago
parent
commit
34e1ffe1e4
  1. 4
      contact_search_form/__manifest__.py
  2. 2
      contact_search_form/readme/DESCRIPTION.rst
  3. 2
      contact_search_form/readme/USAGE.rst
  4. 6
      website_contact_extend/__manifest__.py
  5. 1
      website_contact_extend/readme/DESCRIPTION.rst
  6. 3
      website_contact_extend/readme/USAGE.rst

4
contact_search_form/__manifest__.py

@ -8,12 +8,8 @@
'name': "Contact Search Form",
'summary': """
View for Data Protection Officer (DPO) to look up Customer Data.
Odoo models can be searched for specified string.
To access contact search in contacts view, user must activate
'Data Protection Officer' checkbox
in Technical Settings.
""",
'author': "IT IS AG, Odoo Community Association (OCA)",

2
contact_search_form/readme/DESCRIPTION.rst

@ -0,0 +1,2 @@
View for Data Protection Officer (DPO) to look up Customer Data.
Odoo models can be searched for specified string.

2
contact_search_form/readme/USAGE.rst

@ -0,0 +1,2 @@
To access contact search in contacts view, the user must activate 'Data Protection Officer' checkbox
in User - Technical Settings.

6
website_contact_extend/__manifest__.py

@ -8,14 +8,8 @@
'name': "Website Contact Form Extend",
'summary': """
Extended Website Contact View to give Customer the option
on how to be contacted.
Customer can verifiy his email address with a verification link.
Following that the mode of future contact can be chosen and
a GDPR information request can be submitted.
""",
'author': "IT IS AG, Odoo Community Association (OCA)",

1
website_contact_extend/readme/DESCRIPTION.rst

@ -0,0 +1 @@
Extended Website Contact View to give Customer options on how to be contacted in the future.

3
website_contact_extend/readme/USAGE.rst

@ -0,0 +1,3 @@
Customer can verifiy his email address with a verification link.
Following that the mode of future contact can be chosen and a GDPR information request can be submitted.
A preliminary Report is also printable in the contacts view.
Loading…
Cancel
Save