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.

31 lines
814 B

2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
  1. {
  2. "manifestVersion": 2,
  3. "id": "com.odoo.cloudronapp",
  4. "website": "https://www.odoo.com",
  5. "contactEmail": "support@odoo.com",
  6. "title": "Odoo",
  7. "author": "Odoo authors",
  8. "tagline": "Open Source ERP and CRM",
  9. "version": "14.0.0",
  10. "icon": "manifest/logo.png",
  11. "description": "file://manifest/DESCRIPTION.md",
  12. "changelog": "file://manifest/CHANGELOG.md",
  13. "postInstallMessage": "file://manifest/POSTINSTALL.md",
  14. "healthCheckPath": "/",
  15. "httpPort": 8000,
  16. "memoryLimit": 2684354560,
  17. "addons": {
  18. "localstorage": {},
  19. "postgresql": {},
  20. "sendmail": {},
  21. "recvmail": {},
  22. "ldap": {}
  23. },
  24. "tags": [
  25. "auth"
  26. ],
  27. "optionalSso": true,
  28. "multiDomain": true,
  29. "mediaLinks": [],
  30. "forumUrl": "https://forum.cloudron.io/",
  31. "documentationUrl": "https://docs.cloudron.io/"
  32. }