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.

45 lines
1.6KB

  1. # Copyright (C) 2016-Today: Odoo Community Association (OCA)
  2. # @author: Sylvain LE GAL (https://twitter.com/legalsylvain)
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  4. {
  5. "name": "Github Connector - Odoo",
  6. "summary": "Analyze Odoo modules information from Github repositories",
  7. "version": "16.0.1.0.0",
  8. "category": "Connector",
  9. "license": "AGPL-3",
  10. "author": "Odoo Community Association (OCA), Sylvain LE GAL, GRAP",
  11. "depends": ["github_connector"],
  12. "data": [
  13. "security/ir.model.access.csv",
  14. "data/function.xml",
  15. "views/view_reporting.xml",
  16. "views/action.xml",
  17. "views/menu.xml",
  18. "views/view_odoo_license.xml",
  19. "views/view_odoo_author.xml",
  20. "views/view_odoo_lib_bin.xml",
  21. "views/view_odoo_lib_python.xml",
  22. "views/view_odoo_module.xml",
  23. "views/view_odoo_module_version.xml",
  24. "views/view_github_analysis_rule.xml",
  25. "views/view_github_organization.xml",
  26. "views/view_github_repository.xml",
  27. "views/view_github_repository_branch.xml",
  28. "data/odoo_licence.xml",
  29. "data/odoo_category_data.xml",
  30. "data/odoo_manifest_key_data.xml",
  31. "data/ir_cron.xml",
  32. "report/odoo_module_version_rule_info_report_view.xml",
  33. ],
  34. "demo": [
  35. "demo/github_analysis_rule_group_demo.xml",
  36. "demo/github_analysis_rule_demo.xml",
  37. "demo/github_organization.xml",
  38. "demo/odoo_author_demo.xml",
  39. "demo/odoo_module_demo.xml",
  40. "demo/odoo_module_post_demo.xml",
  41. ],
  42. "installable": True,
  43. "external_dependencies": {"python": ["pathspec"]},
  44. }
上海开阖软件有限公司 沪ICP备12045867号-1