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.

24 lines
698 B

  1. # Copyright 2018 Therp BV <https://therp.nl>
  2. # Copyright 2019-2020 initOS GmbH <https://initos.com>
  3. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
  4. {
  5. "name": "Caldav and Carddav support",
  6. "version": "14.0.1.0.0",
  7. "author": "initOS GmbH,Therp BV,Odoo Community Association (OCA)",
  8. "license": "AGPL-3",
  9. "category": "Extra Tools",
  10. "summary": "Access Odoo data as calendar or address book",
  11. "depends": [
  12. 'base',
  13. ],
  14. "demo": [
  15. "demo/dav_collection.xml",
  16. ],
  17. "data": [
  18. "views/dav_collection.xml",
  19. 'security/ir.model.access.csv',
  20. ],
  21. "external_dependencies": {
  22. 'python': ['radicale'],
  23. },
  24. }