2016-09-15 16:28:27 +02:00
|
|
|
# -*- coding: utf-8 -*-
|
|
|
|
|
2017-05-01 23:20:04 +02:00
|
|
|
# Copyright 2017 Fabien Bourgeois <fabien@yaltik.com>
|
2016-09-15 16:28:27 +02:00
|
|
|
#
|
|
|
|
# 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/>.
|
|
|
|
|
|
|
|
{
|
2016-10-10 17:51:42 +02:00
|
|
|
'name': 'GOLEM Activity Member Registrations',
|
|
|
|
'summary': 'GOLEM Activities Member Registrations management',
|
2017-04-29 09:16:41 +02:00
|
|
|
'version': '10.0.1.0.0',
|
2016-09-15 16:28:27 +02:00
|
|
|
'category': 'GOLEM',
|
|
|
|
'author': 'Fabien Bourgeois',
|
|
|
|
'license': 'AGPL-3',
|
|
|
|
'application': False,
|
2017-05-01 23:20:04 +02:00
|
|
|
'installable': True,
|
2016-10-10 17:51:42 +02:00
|
|
|
'depends': ['golem_activity', 'golem_member'],
|
2017-05-01 23:20:04 +02:00
|
|
|
'data': ['views/golem_activity_registration_views.xml',
|
|
|
|
'views/golem_member_views.xml', 'views/golem_activity_views.xml',
|
2016-12-04 18:31:43 +01:00
|
|
|
'security/ir.model.access.csv']
|
2016-09-15 16:28:27 +02:00
|
|
|
}
|