GoodERP
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.

34 lines
869B

  1. # Copyright 2016 上海开阖软件有限公司 (http://www.osbzr.com)
  2. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  3. {
  4. 'name': "GoodERP 任务模块",
  5. 'summary': """
  6. 使用 GTD 理念支持员工记录日常工作进度 """,
  7. 'description':
  8. '''
  9. 该模块实现了 GoodERP 中 任务管理 的功能。
  10. 将project拆分成task,并将task分配到人。每个人每天一张 timesheet 记录每个 task 的执行过程。
  11. ''',
  12. 'author': "开阖软件",
  13. 'website': "http://www.osbzr.com",
  14. 'category': 'gooderp',
  15. 'version': '18.0',
  16. "license": "AGPL-3",
  17. 'depends': ['money'],
  18. 'data': [
  19. 'security/ir.model.access.csv',
  20. 'security/groups.xml',
  21. 'views/views.xml',
  22. 'data/data.xml',
  23. ],
  24. 'demo': [
  25. 'demo/demo.xml',
  26. ],
  27. 'application': True,
  28. }
上海开阖软件有限公司 沪ICP备12045867号-1