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.

35 lines
1.2 KiB

4 years ago
4 years ago
4 years ago
  1. # This module is, for now, specific to the BEES coop.
  2. # Therefore, this module depends on `beesdo_worker_status`.
  3. # If someone needs this module but has another worker_status rules
  4. # this module can be splitted into a generic part, and a specific part
  5. # that implement the worker_status rules.
  6. {
  7. "name": "Beescoop Shift Attendance Sheet",
  8. "summary": """
  9. Volonteer Timetable Management
  10. Attendance Sheet for BEES coop""",
  11. "author": "Elouan Le Bars, Coop IT Easy SCRLfs",
  12. "website": "https://github.com/beescoop/Obeesdoo",
  13. "category": "Cooperative management",
  14. "version": "12.0.1.0.1",
  15. "depends": [
  16. "beesdoo_base",
  17. "beesdoo_shift",
  18. "beesdoo_worker_status",
  19. "mail",
  20. "barcodes",
  21. ],
  22. "data": [
  23. "data/system_parameter.xml",
  24. "data/cron.xml",
  25. "data/mail_template.xml",
  26. "security/group.xml",
  27. "security/ir.model.access.csv",
  28. "views/res_config_settings_view.xml",
  29. "wizard/validate_attendance_sheet.xml",
  30. "wizard/generate_missing_attendance_sheets.xml",
  31. "views/attendance_sheet.xml",
  32. ],
  33. "demo": ["demo/users.xml"],
  34. "license": "AGPL-3",
  35. }