TIP: You can type at any time to perform a new search.
Website Contact Form Extend
website_contact_extend · OCA/data-protection
- 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
Code Analysis ⓘ
Views touched (4)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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) | Handler | Auth | Type | Methods | Flags |
|---|---|---|---|---|---|
/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_linkCharargs: 'Email verification link'
No public methods.
New fields (6)
-
contact_typeSelectiondefault='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_contactBooleanargs: 'Email Contact' -
is_verifiedBooleanargs: 'Verified Email' -
last_updatedDatetimeargs: 'Letzte Aktualisierung' -
letter_contactBooleanargs: 'Letter Contact' -
phone_contactBooleanargs: 'Phone Contact'
No public methods.