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.

104 lines
4.5 KiB

  1. ==========================
  2. Caldav and Carddav support
  3. ==========================
  4. .. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  5. !! This file is generated by oca-gen-addon-readme !!
  6. !! changes will be overwritten. !!
  7. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  8. .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
  9. :target: https://odoo-community.org/page/development-status
  10. :alt: Beta
  11. .. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
  12. :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
  13. :alt: License: AGPL-3
  14. .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fserver--backend-lightgray.png?logo=github
  15. :target: https://github.com/OCA/server-backend/tree/12.0/base_dav
  16. :alt: OCA/server-backend
  17. .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
  18. :target: https://translation.odoo-community.org/projects/server-backend-12-0/server-backend-12-0-base_dav
  19. :alt: Translate me on Weblate
  20. .. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
  21. :target: https://runbot.odoo-community.org/runbot/253/12.0
  22. :alt: Try me on Runbot
  23. |badge1| |badge2| |badge3| |badge4| |badge5|
  24. This module adds WebDAV support to Odoo, specifically CalDAV and CardDAV.
  25. You can configure arbitrary objects as a calendar or an address book, thus make arbitrary information accessible in external systems or your mobile.
  26. **Table of contents**
  27. .. contents::
  28. :local:
  29. Configuration
  30. =============
  31. To configure this module, you need to:
  32. #. go to `Settings / WebDAV Collections` and create or edit your collections. There, you'll also see the URL to point your clients to.
  33. Note that you need to configure a dbfilter if you use multiple databases.
  34. Known issues / Roadmap
  35. ======================
  36. * much better UX for configuring collections (probably provide a group that sees the current fully flexible field mappings, and by default show some dumbed down version where you can select some preselected vobject fields)
  37. * support todo lists and journals
  38. * support configuring default field mappings per model
  39. * support plain WebDAV collections to make some model's records accessible as folders, and the records' attachments as files (r/w)
  40. * support configuring lists of calendars so that you can have a calendar for every project and appointments are tasks, or a calendar for every sales team and appointments are sale orders. Lots of possibilities
  41. Backporting this to <=v10 will be tricky because radicale only supports python3. Probably it will be quite a hassle to backport the relevant code, so it might be more sensible to just backport the configuration part, and implement the rest as radicale auth/storage plugin that talks to Odoo via odoorpc. It should be possible to recycle most of the code from this addon, which actually implements those plugins, but then within Odoo.
  42. Bug Tracker
  43. ===========
  44. Bugs are tracked on `GitHub Issues <https://github.com/OCA/server-backend/issues>`_.
  45. In case of trouble, please check there if your issue has already been reported.
  46. If you spotted it first, help us smashing it by providing a detailed and welcomed
  47. `feedback <https://github.com/OCA/server-backend/issues/new?body=module:%20base_dav%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
  48. Do not contact contributors directly about support or help with technical issues.
  49. Credits
  50. =======
  51. Authors
  52. ~~~~~~~
  53. * initOS GmbH
  54. * Therp BV
  55. Contributors
  56. ~~~~~~~~~~~~
  57. * Holger Brunn <hbrunn@therp.nl>
  58. * Florian Kantelberg <florian.kantelberg@initos.com>
  59. * César López Ramírez <cesar.lopez@coopdevs.org>
  60. Other credits
  61. ~~~~~~~~~~~~~
  62. * Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_
  63. * All the actual work is done by `Radicale <https://radicale.org>`_
  64. Maintainers
  65. ~~~~~~~~~~~
  66. This module is maintained by the OCA.
  67. .. image:: https://odoo-community.org/logo.png
  68. :alt: Odoo Community Association
  69. :target: https://odoo-community.org
  70. OCA, or the Odoo Community Association, is a nonprofit organization whose
  71. mission is to support the collaborative development of Odoo features and
  72. promote its widespread use.
  73. This module is part of the `OCA/server-backend <https://github.com/OCA/server-backend/tree/12.0/base_dav>`_ project on GitHub.
  74. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.