2016-09-15 16:28:27 +02:00
|
|
|
# -*- coding: utf-8 -*-
|
|
|
|
|
2019-01-21 11:52:26 +01:00
|
|
|
# Copyright 2017-2019 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',
|
2019-07-29 18:19:21 +02:00
|
|
|
'version': '10.0.1.6.4',
|
2016-09-15 16:28:27 +02:00
|
|
|
'category': 'GOLEM',
|
2018-01-09 17:15:48 +01:00
|
|
|
'author': 'Fabien Bourgeois, Michel Dessenne',
|
2016-09-15 16:28:27 +02:00
|
|
|
'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',
|
2018-03-17 15:20:36 +01:00
|
|
|
'views/golem_member_views.xml',
|
|
|
|
'views/golem_activity_views.xml',
|
2018-03-18 09:08:21 +01:00
|
|
|
'report/golem_member_card_templates.xml',
|
2018-05-08 17:00:17 +02:00
|
|
|
'security/ir.model.access.csv',
|
2019-01-14 11:49:45 +01:00
|
|
|
'report/golem_activity_report_templates.xml',
|
|
|
|
'wizard/golem_activity_registration_analysis_wizard_views.xml',
|
|
|
|
'wizard/golem_member_analysis_views.xml']
|
2016-09-15 16:28:27 +02:00
|
|
|
}
|