You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
920 B

  1. # Copyright 2004 Tech-Receptives Solutions Pvt. Ltd.
  2. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
  3. {
  4. "name": "Website reCAPTCHA Reloaded",
  5. "version": "12.0.0.0.1",
  6. "category": "Website",
  7. "depends": ["website"],
  8. "author": "Tech Receptives, Coop IT Easy SCRLfs",
  9. "license": "AGPL-3",
  10. "website": "https://www.techreceptives.com",
  11. "summary": "Add google recaptcha to forms.",
  12. "description": """
  13. Odoo Website reCAPTCHA Reloaded
  14. ================================
  15. This modules allows you to integrate Google reCAPTCHA v2.0 to your website
  16. forms. You can configure your Google reCAPTCHA site and public keys
  17. in "Settings" -> "Website Settings"
  18. You will need to install various website_<module>_recaptcha modules
  19. to use it in your various pages.
  20. """,
  21. "data": ["views/website_view.xml", "views/res_config.xml"],
  22. "installable": True,
  23. }