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.

32 lines
811 B

  1. # © 2016 Therp BV <http://therp.nl>
  2. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  3. {
  4. "name": "Let's encrypt",
  5. "version": "11.0.1.0.0",
  6. "author": "Therp BV,"
  7. "Tecnativa,"
  8. "Acysos S.L,"
  9. "Odoo Community Association (OCA)",
  10. "license": "AGPL-3",
  11. "category": "Hidden/Dependency",
  12. "summary": "Request SSL certificates from letsencrypt.org",
  13. "depends": [
  14. 'base',
  15. ],
  16. "data": [
  17. "data/ir_config_parameter.xml",
  18. "data/ir_cron.xml",
  19. "demo/ir_cron.xml",
  20. ],
  21. "post_init_hook": 'post_init_hook',
  22. 'installable': True,
  23. "external_dependencies": {
  24. 'bin': [
  25. 'openssl',
  26. ],
  27. 'python': [
  28. 'acme_tiny',
  29. 'IPy',
  30. ],
  31. },
  32. }