Repository
odoo/odoo · module folder
Module version
1.0
Category
Hidden
Folder size
0.26 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
None
Last tracking update
2026-08-15 22:44:15
Authors
Odoo S.A.
Maintainers
Odoo S.A.
Committers
Odoo Translation Bot, Denis Ledoux, Géry Debongnie, Julien Castiaux, Tiffany Chang (tic), Gorash, Mathieu Duckerts-Antoine, Florian Vranckx, Dylan Kiss (dyki), Mehdi Outagant (MOU), mano-odoo
Odoo dependencies
odoo/odoo:
- web
Python dependencies
None
System dependencies
None
Required by
website, website_mass_mailing
Description
This module implements reCaptchaV3 so that you can prevent bot spam on your public modules.
    

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
res_config_settings_view_form res.config.settings.view.form.inherit.web.recaptcha res.config.settings form Inherits base_setup.res_config_settings_view_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (0)

No new fields.

Public methods (2)
  • get_frontend_session_info(self)
    @api.model
  • session_info(self)

New fields (4)
  • enable_recaptcha Boolean
    config_parameter='enable_recaptcha' groups='base.group_system' args: 'Enable reCAPTCHA'
  • recaptcha_min_score Float
    config_parameter='recaptcha_min_score' default='0.7' groups='base.group_system' help='By default, should be one of 0.1, 0.3, 0.7, 0.9.\n1.0 is very likely a good interaction, 0.0 is very likely a bot' args: 'Minimum score'
  • recaptcha_private_key Char
    config_parameter='recaptcha_private_key' groups='base.group_system' args: 'Secret Key'
  • recaptcha_public_key Char
    config_parameter='recaptcha_public_key' groups='base.group_system' args: 'Site Key'
Public methods (2)
  • get_values(self)
    @api.model
  • set_values(self)

Loading…

Loading…

Loading…

Loading…

Loading…