Repository
OCA/website · module folder · Try on Runboat
Module version
1.0.1
Category
Website
Folder size
0.06 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/website
Last tracking update
2026-08-07 08:42:59
Authors
Odoo Community Association (OCA), Studio73
Maintainers
Odoo Community Association (OCA), Studio73
Committers
Weblate, OCA-git-bot, Roberto Fichera, oca-ci, eugenio
Odoo dependencies
Python dependencies
geoip2
System dependencies
None
Required by
None
Description
Enable a WhatsApp floating button on the website to be able to send a
message quickly

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
layout Floating WhatsApp Icon ir.ui.view qweb Inherits website.layout
res_config_settings_view_form res.config.settings form Inherits website.res_config_settings_view_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (4)
  • whatsapp_enabled Boolean
    compute='_compute_whatsapp_enabled' inverse='_inverse_whatsapp_enabled' string='Use Whatsapp'
  • whatsapp_number Char
    readonly=False related='website_id.whatsapp_number'
  • whatsapp_text Char
    readonly=False related='website_id.whatsapp_text'
  • whatsapp_track_url Boolean
    readonly=False related='website_id.whatsapp_track_url'
Public methods (0)

No public methods.

New fields (3)
  • whatsapp_number Char
    string='WhatsApp number'
  • whatsapp_text Char
    help='Default text to send as message' args: 'Default text for Whatsapp'
  • whatsapp_track_url Boolean
    help="Indicate in the user's message the URL of the page from which it was sent" args: 'Track URL'
Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Status
Open migration PR — not merged yet for this version
CI status
checks failing
Open since
24 days ago
Last activity
24 days ago
Repository
OCA/website
Pull request
[19.0][MIG] website_whatsapp (#1207)
Status
Open migration PR — not merged yet for this version
CI status
green — ready to merge
Open since
223 days ago
Last activity
11 days ago
Repository
OCA/website
Pull request
[19.0][MIG] website_whatsapp: migration to 19.0 (#1154)