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
28 lines
571 B
# -*- coding: utf-8 -*-
|
|
{
|
|
'name': "Beescoop Shift Management",
|
|
|
|
'summary': """
|
|
Volonteer Timetable Management""",
|
|
|
|
'description': """
|
|
|
|
""",
|
|
|
|
'author': "Thibault Francois",
|
|
'website': "https://github.com/beescoop/Obeesdoo",
|
|
|
|
'category': 'Coop',
|
|
'version': '0.1',
|
|
|
|
'depends': ['beesdoo_base'],
|
|
|
|
'data': [
|
|
"security/ir.model.access.csv",
|
|
"views/task_template.xml",
|
|
"views/task.xml",
|
|
"views/planning.xml",
|
|
"wizard/instanciate_planning.xml",
|
|
"wizard/batch_template.xml",
|
|
],
|
|
}
|