Website Contact Form Extend

website_contact_extend
REPOSITORY
REPOSITORYOCA/data-protection
GIT
GIThttps://github.com/OCA/data-protection.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/data-protection/tree/11.0/website_contact_extend
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYData Protection
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), IT IS AG
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), IT IS AG
COMMITTERS
COMMITTERSPedro M. Baeza, mreficent, OCA Transbot, oca-travis, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/data-protection
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:23:55
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - base
    - contacts
    - website_crm
    - website_form
    - website
    - web
    - web_editor
    - web_planner
    - http_routing
    - portal
    - mail
    - base_setup
    - bus
    - web_tour
    - website_partner
    - crm
    - sales_team
    - calendar
    - resource
    - fetchmail
    - utm
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 field Inherits base.view_partner_form
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.