2016-06-25 18:08:01 +02:00
|
|
|
# -*- coding: utf-8 -*-
|
|
|
|
|
2019-12-12 04:17:58 +01:00
|
|
|
# Copyright 2017-2019 Fabien Bourgeois <fabien@yaltik.com>
|
2018-10-08 03:46:26 +02:00
|
|
|
# Copyright 2018 Youssef El Ouahby <youssef@yaltik.com>
|
2016-06-25 18:08:01 +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 members minor',
|
|
|
|
'summary': 'GOLEM non-profit members minor management',
|
2019-12-12 04:17:58 +01:00
|
|
|
'version': '10.0.1.3.3',
|
2016-07-21 12:30:52 +02:00
|
|
|
'category': 'GOLEM',
|
2016-06-25 18:08:01 +02:00
|
|
|
'author': 'Fabien Bourgeois',
|
|
|
|
'license': 'AGPL-3',
|
2016-06-25 21:17:04 +02:00
|
|
|
'application': False,
|
2017-05-01 22:15:39 +02:00
|
|
|
'installable': True,
|
2016-06-25 18:08:01 +02:00
|
|
|
'depends': ['golem_member'],
|
2018-10-24 07:57:15 +02:00
|
|
|
'data': ['security/ir.model.access.csv',
|
2018-10-25 16:55:47 +02:00
|
|
|
'views/golem_member_views.xml',
|
2018-10-25 17:55:49 +02:00
|
|
|
'views/account_invoice.xml',
|
|
|
|
'wizard/golem_membership_invoice.xml']
|
2016-06-25 18:08:01 +02:00
|
|
|
}
|