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.

27 lines
871B

  1. # Copyright 2016-2017 LasLabs Inc.
  2. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  3. {
  4. "name": "Website Form - ReCaptcha",
  5. "summary": "Provides a ReCaptcha field for Website Forms",
  6. "version": "16.0.1.0.0",
  7. "category": "Website",
  8. "website": "https://github.com/OCA/website",
  9. "author": "LasLabs, Tecnativa, Odoo Community Association (OCA)",
  10. "license": "AGPL-3",
  11. "installable": True,
  12. "depends": ["website_form"],
  13. "data": [
  14. # "views/assets.xml",
  15. "views/website_config_settings.xml"
  16. ],
  17. 'assets': {
  18. 'website.assets_frontend': [
  19. 'website_form_recaptcha/static/src/js/*.js',
  20. 'website_form_recaptcha/static/src/xml/recaptcha.xml',
  21. ],
  22. },
  23. "qweb": ["static/src/xml/recaptcha.xml"],
  24. "images": ["static/description/website_form_recaptcha.jpg"],
  25. }
上海开阖软件有限公司 沪ICP备12045867号-1