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.
23 lines
474 B
23 lines
474 B
# -*- coding: utf-8 -*-
|
|
{
|
|
'name': 'Beescoop Shift Website',
|
|
|
|
'summary': """
|
|
Show available shifts for regular and irregular workers in
|
|
portal.
|
|
""",
|
|
'description': """
|
|
""",
|
|
|
|
'author': 'Rémy Taymans',
|
|
'website': "https://github.com/beescoop/Obeesdoo",
|
|
|
|
'category': 'Cooperative management',
|
|
'version': '0.1',
|
|
|
|
'depends': ['website', 'beesdoo_shift'],
|
|
|
|
'data': [
|
|
'views/shift_website_templates.xml',
|
|
]
|
|
}
|