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.

37 lines
956 B

  1. {
  2. 'name': "Beescoop Shift Attendance Sheet",
  3. 'summary': """
  4. Volonteer Timetable Management
  5. Attendance Sheet""",
  6. 'description': """
  7. """,
  8. 'author': "Elouan Le Bars, Coop It Easy",
  9. 'website': "https://github.com/beescoop/Obeesdoo",
  10. 'category': 'Cooperative management',
  11. 'version': '12.0.1.0.0',
  12. 'depends': [
  13. 'beesdoo_shift',
  14. 'beesdoo_worker_status', #TODO move the part that require beesdoo_worker_status in beesdoo_worker status or another module
  15. 'mail',
  16. 'barcodes',
  17. ],
  18. 'data': [
  19. "data/system_parameter.xml",
  20. "data/cron.xml",
  21. "data/mail_template.xml",
  22. "security/group.xml",
  23. "security/ir.model.access.csv",
  24. "views/res_config_settings_view.xml",
  25. "wizard/validate_attendance_sheet.xml",
  26. "wizard/generate_missing_attendance_sheets.xml",
  27. "views/attendance_sheet.xml",
  28. ],
  29. 'demo': []
  30. }