2016-06-26 06:31:15 +02:00
|
|
|
# -*- coding: utf-8 -*-
|
|
|
|
|
2018-02-28 08:40:28 +01:00
|
|
|
# Copyright 2016-2018 Fabien Bourgeois <fabien@yaltik.com>
|
2016-06-26 06:31:15 +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/>.
|
|
|
|
|
|
|
|
{
|
|
|
|
'name': 'GOLEM seasons',
|
|
|
|
'summary': 'GOLEM non-profit seasons management',
|
2018-02-28 08:40:28 +01:00
|
|
|
'description': '''GOLEM non-profit seasons management :
|
|
|
|
- add season with name and period ;
|
|
|
|
- choose on per default season ;
|
|
|
|
- link optionnally one or many memberships types''',
|
2018-08-27 11:50:10 +02:00
|
|
|
'version': '10.0.1.2.2',
|
2016-07-21 12:30:52 +02:00
|
|
|
'category': 'GOLEM',
|
2016-06-26 06:31:15 +02:00
|
|
|
'author': 'Fabien Bourgeois',
|
|
|
|
'license': 'AGPL-3',
|
|
|
|
'application': False,
|
2017-05-01 16:27:16 +02:00
|
|
|
'installable': True,
|
2016-07-13 18:55:55 +02:00
|
|
|
'depends': ['golem_base'],
|
2018-02-28 08:40:28 +01:00
|
|
|
'data': ['security/ir.model.access.csv',
|
|
|
|
'views/golem_season_views.xml',
|
|
|
|
'views/membership_views.xml']
|
2016-06-26 06:31:15 +02:00
|
|
|
}
|