Browse Source

GDPR Modules for OCA V11

- Changed license AGPL-3
pull/10/head
ITISAG-OCA 6 years ago
parent
commit
f5b6052ce0
  1. 0
      contact_search_form/__init__.py
  2. 26
      contact_search_form/__manifest__.py
  3. 0
      contact_search_form/models/__init__.py
  4. 0
      contact_search_form/models/contact_search.py
  5. 27
      website_contact_extend/__manifest__.py

0
contact_search_form/__init__.py

26
contact_search_form/__manifest__.py

@ -1,19 +1,7 @@
##############################################################################
#
# IT IS AG, software solutions
# Copyright (C) 2015-TODAY IT IS AG (<http://www.itis.de, www.itis.us>).
#
#
# The software works in conjunction with other software distributed from
# other parties which is licensed under the GNU Lesser General Public
# License (LGPL).
# Those pieces are not owned by IT IS AG and therefore not under the terms
# of the IT IS EULA, and WITHOUT ANY WARRANTY; without even the implied
# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with IT IS Odoo Textblock. If not, see <http://www.gnu.org/licenses/>
# IT IS AG, software solutions: http://www.itis.de
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
#
##############################################################################
@ -22,16 +10,9 @@
'summary': """
View for Data Protection Officer (DPO) to look up Customer Data. Odoo models can be searched for specified string.
""",
'description': """
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)",
'website': "https://github.com/OCA/data-protection",
@ -40,6 +21,7 @@
# Check https://github.com/odoo/odoo/blob/master/openerp/addons/base/module/module_data.xml
# for the full list
'version': '11.0.1.0.0',
'license': 'AGPL-3',
'category': 'Contacts',
'depends': ['base',
'contacts',

0
contact_search_form/models/__init__.py

0
contact_search_form/models/contact_search.py

27
website_contact_extend/__manifest__.py

@ -1,19 +1,7 @@
##############################################################################
#
# IT IS AG, software solutions
# Copyright (C) 2015-TODAY IT IS AG (<http://www.itis.de, www.itis.us>).
#
#
# The software works in conjunction with other software distributed from
# other parties which is licensed under the GNU Lesser General Public
# License (LGPL).
# Those pieces are not owned by IT IS AG and therefore not under the terms
# of the IT IS EULA, and WITHOUT ANY WARRANTY; without even the implied
# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with IT IS Odoo Textblock. If not, see <http://www.gnu.org/licenses/>
# IT IS AG, software solutions: http://www.itis.de
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
#
##############################################################################
@ -24,16 +12,10 @@
Extended Website Contact View to give Customer the option on how to be contacted.
""",
'description': """
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)",
'website': "https://github.com/OCA/data-protection",
@ -42,7 +24,8 @@
# Check https://github.com/odoo/odoo/blob/master/openerp/addons/base/module/module_data.xml
# for the full list
'version': '11.0.1.0.0',
'category': 'Website',
'license': 'AGPL-3',
'category': 'Data Protection',
'depends': ['base',
'contacts',
'website_crm',

Loading…
Cancel
Save