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.

47 lines
1.8KB

  1. # Copyright (C) 2016-Today: Odoo Community Association (OCA)
  2. # @author: Sylvain LE GAL (https://twitter.com/legalsylvain)
  3. # @author: Sébastien BEAU <sebastien.beau@akretion.com>
  4. # Copyright 2019 Tecnativa - Cristina Martin R.
  5. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  6. {
  7. "name": "Github Connector",
  8. "summary": "Synchronize information from Github repositories",
  9. "version": "16.0.1.0.0",
  10. "category": "Connector",
  11. "license": "AGPL-3",
  12. "author": "Odoo Community Association (OCA), " "GRAP, Akretion, " "Tecnativa",
  13. "depends": ["base", "web"],
  14. "data": [
  15. "security/ir_model_category.xml",
  16. "security/res_groups.xml",
  17. "security/ir.model.access.csv",
  18. "data/ir_config_parameter.xml",
  19. "data/ir_cron.xml",
  20. "wizards/view_wizard_load_github_model.xml",
  21. "views/view_reporting.xml",
  22. "views/view_github_team_partner.xml",
  23. "views/view_github_team_repository.xml",
  24. "views/action.xml",
  25. "views/view_res_partner.xml",
  26. "views/view_github_analysis_rule.xml",
  27. "views/view_github_analysis_rule_group.xml",
  28. "views/view_github_organization.xml",
  29. "views/view_github_repository.xml",
  30. "views/view_github_repository_branch.xml",
  31. "views/view_github_team.xml",
  32. "views/menu.xml",
  33. "report/github_repository_branch_rule_info_report_view.xml",
  34. "wizards/view_wizard_create_team.xml",
  35. "wizards/view_wizard_create_repository.xml",
  36. ],
  37. "demo": [
  38. "demo/github_analysis_rule_group_demo.xml",
  39. "demo/github_analysis_rule_demo.xml",
  40. "demo/github_organization.xml",
  41. "demo/github_organization_serie.xml",
  42. "demo/github_repository_branch_demo.xml",
  43. ],
  44. "installable": True,
  45. "external_dependencies": {"python": ["GitPython", "pygount", "pathspec"]},
  46. }
上海开阖软件有限公司 沪ICP备12045867号-1