mirror of
https://github.com/bringout/oca-ocb-security.git
synced 2026-04-20 18:52:00 +02:00
25 lines
407 B
Markdown
25 lines
407 B
Markdown
# Google reCAPTCHA integration
|
|
|
|
|
|
This module implements reCaptchaV3 so that you can prevent bot spam on your public modules.
|
|
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
pip install odoo-bringout-oca-ocb-google_recaptcha
|
|
```
|
|
|
|
## Dependencies
|
|
|
|
- base_setup
|
|
|
|
## Source
|
|
|
|
- Repository: https://github.com/OCA/OCB
|
|
- Branch: 19.0
|
|
- Path: addons/google_recaptcha
|
|
|
|
## License
|
|
|
|
This package preserves the original LGPL-3 license.
|