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.

38 lines
1.3 KiB

  1. {
  2. "name": "Galicea OpenID Connect Provider",
  3. "summary": """OpenID Connect Provider and OAuth2 resource server""",
  4. "author": "Maciej Wawro",
  5. "maintainer": "Galicea",
  6. "website": "http://galicea.pl",
  7. "category": "Technical Settings",
  8. "version": "13.0.0.0",
  9. "depends": ["web", "galicea_environment_checkup", "galicea_base"],
  10. "external_dependencies": {"python": ["jwcrypto", "cryptography"]},
  11. "data": [
  12. "security/security.xml",
  13. "security/ir.model.access.csv",
  14. # 'security/init.yml',
  15. # "security/init.xml",
  16. "views/views.xml",
  17. "views/templates.xml",
  18. ],
  19. "environment_checkup": {
  20. "dependencies": {
  21. "python": [
  22. {"name": "jwcrypto", "install": "pip install 'jwcrypto==0.5.0'"},
  23. {
  24. "name": "cryptography",
  25. "version": ">=2.3",
  26. "install": "pip install 'cryptography>=2.3'",
  27. },
  28. ]
  29. }
  30. },
  31. "post_init_hook": "init_keys",
  32. "images": [
  33. "static/description/images/master_screenshot.png",
  34. "static/description/images/client_screenshot.png",
  35. "static/description/images/login_screenshot.png",
  36. "static/description/images/error_screenshot.png",
  37. ],
  38. }