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.

26 lines
868 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.1',
  6. 'category': 'Website',
  7. 'depends': ['website'],
  8. 'author': 'Tech Receptives',
  9. 'license': 'AGPL-3',
  10. 'website': 'https://www.techreceptives.com',
  11. 'description': """
  12. Odoo Website reCAPTCHA Reloaded
  13. ================================
  14. This modules allows you to integrate Google reCAPTCHA v2.0 to your website
  15. forms. You can configure your Google reCAPTCHA site and public keys
  16. in "Settings" -> "Website Settings"
  17. You will need to install various website_<module>_recaptcha modules
  18. to use it in your various pages.
  19. """,
  20. 'data': [
  21. 'views/website_view.xml',
  22. 'views/res_config.xml',
  23. ],
  24. 'installable': True,
  25. }