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
37 lines
956 B
{
|
|
'name': "Beescoop Shift Attendance Sheet",
|
|
|
|
'summary': """
|
|
Volonteer Timetable Management
|
|
Attendance Sheet""",
|
|
|
|
'description': """
|
|
|
|
""",
|
|
|
|
'author': "Elouan Le Bars, Coop It Easy",
|
|
'website': "https://github.com/beescoop/Obeesdoo",
|
|
|
|
'category': 'Cooperative management',
|
|
'version': '12.0.1.0.0',
|
|
|
|
'depends': [
|
|
'beesdoo_shift',
|
|
'beesdoo_worker_status', #TODO move the part that require beesdoo_worker_status in beesdoo_worker status or another module
|
|
'mail',
|
|
'barcodes',
|
|
],
|
|
|
|
'data': [
|
|
"data/system_parameter.xml",
|
|
"data/cron.xml",
|
|
"data/mail_template.xml",
|
|
"security/group.xml",
|
|
"security/ir.model.access.csv",
|
|
"views/res_config_settings_view.xml",
|
|
"wizard/validate_attendance_sheet.xml",
|
|
"wizard/generate_missing_attendance_sheets.xml",
|
|
"views/attendance_sheet.xml",
|
|
],
|
|
'demo': []
|
|
}
|