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

  1. # -*- coding: utf-8 -*-
  2. {
  3. 'name': 'Beescoop Shift Website',
  4. 'summary': """
  5. Show available shifts for regular and irregular workers in
  6. portal.
  7. """,
  8. 'description': """
  9. """,
  10. 'author': 'Rémy Taymans',
  11. 'website': "https://github.com/beescoop/Obeesdoo",
  12. 'category': 'Cooperative management',
  13. 'version': '0.1',
  14. 'depends': ['website', 'beesdoo_shift'],
  15. 'data': [
  16. 'views/shift_website_templates.xml',
  17. ]
  18. }