中国本土应用
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.

58 lines
1.3KB

  1. # -*- coding: utf-8 -*-
  2. {
  3. "name": "WeCom Material",
  4. "author": "RStudio",
  5. "website": "https://eis-solution.coding.net/public/odoo/oec/git",
  6. "sequence": 604,
  7. "installable": True,
  8. "application": True,
  9. "auto_install": False,
  10. "category": "WeCom Suites/Material",
  11. "version": "16.0.0.1",
  12. "summary": """
  13. WeCom material management
  14. """,
  15. "description": """
  16. please make sure ffmpeg, sox, and mediainfo are installed on your system, e.g.
  17. DOC:
  18. =============
  19. * https://github.com/jiaaro/pydub
  20. Install:
  21. =============
  22. ::
  23. # libav
  24. apt-get install libav-tools libavcodec-extra
  25. # ffmpeg
  26. apt-get install ffmpeg libavcodec-extra
  27. # pydub
  28. pip install pydub ffmpy
  29. or
  30. pip3 install pydub ffmpy
  31. """,
  32. "depends": ["attachment_indexation", "oec_im_wecom_contacts"],
  33. "data": [
  34. "security/wecom_material_security.xml",
  35. "security/ir.model.access.csv",
  36. "data/wecom_apps_data.xml",
  37. "data/material_data.xml",
  38. "views/material_views.xml",
  39. "views/res_config_settings_views.xml",
  40. "views/res_company_views.xml",
  41. "views/menu_views.xml",
  42. ],
  43. "assets": {},
  44. "external_dependencies": {
  45. "python": ["ffmpy", "pydub", "requests_toolbelt"],
  46. },
  47. "pre_init_hook": "pre_init_hook",
  48. "license": "AGPL-3",
  49. }
上海开阖软件有限公司 沪ICP备12045867号-1