2018-02-15 14:16:51 +01:00
|
|
|
# -*- coding: utf-8 -*-
|
|
|
|
|
2018-02-21 14:56:51 +01:00
|
|
|
# Copyright 2018 Youssef El Ouahby <youssef@yaltik.com>
|
2018-02-15 14:16:51 +01:00
|
|
|
# Copyright 2018 Fabien Bourgeois <fabien@yaltik.com>
|
|
|
|
#
|
|
|
|
# This program is free software: you can redistribute it and/or modify
|
|
|
|
# it under the terms of the GNU Affero General Public License as
|
|
|
|
# published by the Free Software Foundation, either version 3 of the
|
|
|
|
# License, or (at your option) any later version.
|
|
|
|
#
|
|
|
|
# This program is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
# GNU Affero General Public License for more details.
|
|
|
|
#
|
|
|
|
# You should have received a copy of the GNU Affero General Public License
|
|
|
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
|
|
|
|
{
|
2018-03-06 07:31:41 +01:00
|
|
|
'name': 'GOLEM activity queues',
|
|
|
|
'summary': 'GOLEM activity queues',
|
|
|
|
'description': ''' GOLEM activity queue management ''',
|
2018-07-20 10:09:24 +02:00
|
|
|
'version': '10.0.1.3.0',
|
2018-02-15 14:16:51 +01:00
|
|
|
'category': 'GOLEM',
|
2018-02-21 14:56:51 +01:00
|
|
|
'author': 'Youssef El Ouahby, Fabien Bourgeois',
|
2018-02-15 14:16:51 +01:00
|
|
|
'license': 'AGPL-3',
|
|
|
|
'application': True,
|
|
|
|
'installable': True,
|
|
|
|
'depends': ['golem_activity', 'golem_activity_registration'],
|
2018-02-19 21:44:30 +01:00
|
|
|
'data': [
|
2018-03-02 13:59:34 +01:00
|
|
|
'security/ir.model.access.csv',
|
2018-02-19 21:44:30 +01:00
|
|
|
'views/golem_activity_queue_views.xml',
|
|
|
|
'views/golem_activity_views.xml',
|
2018-02-20 19:11:15 +01:00
|
|
|
'views/golem_member_views.xml',
|
2018-02-27 17:27:15 +01:00
|
|
|
'wizard/golem_activity_automated_queue_activate_views.xml'
|
2018-03-06 07:31:41 +01:00
|
|
|
]
|
2018-02-15 14:16:51 +01:00
|
|
|
}
|