2016-06-26 17:23:23 +02:00
|
|
|
# -*- coding: utf-8 -*-
|
|
|
|
|
2018-03-17 14:22:22 +01:00
|
|
|
# Copyright 2016-2018 Fabien Bourgeois <fabien@yaltik.com>
|
2016-06-26 17:23:23 +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 families',
|
|
|
|
'summary': 'GOLEM Members Families',
|
2018-07-17 12:13:04 +02:00
|
|
|
'description': 'GOLEM Members Families',
|
2018-08-21 11:09:11 +02:00
|
|
|
'version': '10.0.2.3.1',
|
2016-07-21 12:30:52 +02:00
|
|
|
'category': 'GOLEM',
|
2016-06-26 17:23:23 +02:00
|
|
|
'author': 'Fabien Bourgeois',
|
|
|
|
'license': 'AGPL-3',
|
|
|
|
'application': False,
|
2017-06-05 12:08:57 +02:00
|
|
|
'installable': True,
|
2016-06-26 17:23:23 +02:00
|
|
|
'depends': ['golem_member'],
|
2018-03-17 15:20:59 +01:00
|
|
|
'data': ['security/ir.model.access.csv',
|
|
|
|
'views/golem_family_views.xml',
|
|
|
|
'views/golem_member_views.xml',
|
|
|
|
'views/res_partner_views.xml',
|
|
|
|
'report/golem_member_card_templates.xml']
|
2016-06-26 17:23:23 +02:00
|
|
|
}
|