Repository
OCA/data-protection · module folder · Try on Runboat
Module version
1.0.0
Category
Data Protection
Folder size
0.12 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/data-protection
Last tracking update
2026-08-07 07:25:00
Authors
Odoo Community Association (OCA), IT IS AG
Maintainers
Odoo Community Association (OCA), IT IS AG
Committers
Pedro M. Baeza, mreficent, OCA Transbot, OCA-git-bot, oca-travis
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
contact_report contact_report ir.ui.view qweb New
contactus_form_inherited Contact Form ir.ui.view qweb Inherits website_crm.contactus_form
report_contact_document report_contact_document ir.ui.view qweb New
view_partner_form_gdpr_inherit res.partner.form res.partner form Inherits base.view_partner_form
HTTP endpoints (2)
Route(s)HandlerAuthTypeMethodsFlags
/website_form/<string:model_name> MyFilter.website_form public http POST sudo website
/verify_email VerifyController.verify_email public http GET sudo website
Models touched (2)

New fields (1)
  • email_link Char
    args: 'Email verification link'
Public methods (0)

No public methods.

New fields (6)
  • contact_type Selection
    default='email_contact' help='Which way user want to be contacted.' string='Contact Type' args: [('no_contact', 'I do not want to be contacted.'), ('email_contact', 'I only want to be contacted by Email.'), ('phone_contact', 'I only want to be contacted by Phone.'), ('email_phone_contact', 'You can contact me by Email or Phone.')]
  • email_contact Boolean
    args: 'Email Contact'
  • is_verified Boolean
    args: 'Verified Email'
  • last_updated Datetime
    args: 'Letzte Aktualisierung'
  • letter_contact Boolean
    args: 'Letter Contact'
  • phone_contact Boolean
    args: 'Phone Contact'
Public methods (0)

No public methods.