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.

28 lines
571 B

  1. # -*- coding: utf-8 -*-
  2. {
  3. 'name': "Beescoop Shift Management",
  4. 'summary': """
  5. Volonteer Timetable Management""",
  6. 'description': """
  7. """,
  8. 'author': "Thibault Francois",
  9. 'website': "https://github.com/beescoop/Obeesdoo",
  10. 'category': 'Coop',
  11. 'version': '0.1',
  12. 'depends': ['beesdoo_base'],
  13. 'data': [
  14. "security/ir.model.access.csv",
  15. "views/task_template.xml",
  16. "views/task.xml",
  17. "views/planning.xml",
  18. "wizard/instanciate_planning.xml",
  19. "wizard/batch_template.xml",
  20. ],
  21. }