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.
24 lines
830 B
24 lines
830 B
# Copyright 2017-2020 Coop IT Easy SCRLfs (http://coopiteasy.be)
|
|
# Rémy Taymans <remy@coopiteasy.be>
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "BEES coop Website Shift",
|
|
"summary": """
|
|
Show available shifts for regular and irregular workers on the
|
|
website and let workers manage their shifts with an
|
|
easy web interface.
|
|
""",
|
|
"author": "Coop IT Easy SCRLfs",
|
|
"license": "AGPL-3",
|
|
"version": "12.0.1.0.0",
|
|
"website": "https://github.com/beescoop/Obeesdoo",
|
|
"category": "Cooperative management",
|
|
"depends": ["portal", "website", "beesdoo_shift"],
|
|
"data": [
|
|
"data/res_config_data.xml",
|
|
"views/shift_website_templates.xml",
|
|
"views/my_shift_website_templates.xml",
|
|
"views/res_config_views.xml",
|
|
],
|
|
}
|