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.

87 lines
2.2 KiB

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