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.

92 lines
2.2 KiB

  1. # Copyright 2022 Stéphan Sainléger (Elabore)
  2. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  3. {
  4. "name": "project_assignees",
  5. "version": "14.0.0.1.0",
  6. "author": "Elabore",
  7. "website": "https://github.com/elabore-coop/project-tools",
  8. "maintainer": "Stéphan Sainléger",
  9. "license": "AGPL-3",
  10. "category": "Tools",
  11. "summary": "Add multiple assignees field to project task",
  12. "description": """
  13. :image: https://img.shields.io/badge/licence-AGPL--3-blue.svg
  14. :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
  15. :alt: License: AGPL-3
  16. =================
  17. project_assignees
  18. =================
  19. Add multiple assignees field to project task.
  20. Installation
  21. ============
  22. Install ``project_assignees``, all dependencies will be installed by default.
  23. Known issues / Roadmap
  24. ======================
  25. None yet.
  26. Bug Tracker
  27. ===========
  28. Bugs are tracked on `our issues website
  29. <https://github.com/elabore-coop/project-tools/issues>`_. In case of
  30. trouble, please check there if your issue has already been
  31. reported. If you spotted it first, help us smashing it by providing a
  32. detailed and welcomed feedback.
  33. Credits
  34. =======
  35. Images
  36. ------
  37. * Elabore: `Icon <https://elabore.coop/web/image/res.company/1/logo?unique=f3db262>`_.
  38. Contributors
  39. ------------
  40. * Stéphan Sainléger <https://github.com/stephansainleger>
  41. * Valentin Lab <valentin.lab@kalysto.org>
  42. Funders
  43. -------
  44. The development of this module has been financially supported by:
  45. * Elabore (https://elabore.coop)
  46. Maintainer
  47. ----------
  48. This module is maintained by Elabore.
  49. """,
  50. # any module necessary for this one to work correctly
  51. "depends": [
  52. "base",
  53. "project",
  54. ],
  55. "qweb": [
  56. # "static/src/xml/*.xml",
  57. ],
  58. "external_dependencies": {
  59. "python": [],
  60. },
  61. # always loaded
  62. "data": [
  63. "views/project_task.xml",
  64. ],
  65. # only loaded in demonstration mode
  66. "demo": [],
  67. "js": [],
  68. "css": [],
  69. "installable": True,
  70. # Install this module automatically if all dependency have been previously
  71. # and independently installed. Used for synergetic or glue modules.
  72. "auto_install": False,
  73. "application": False,
  74. }