2016-06-27 12:38:08 +02:00
|
|
|
# -*- coding: utf-8 -*-
|
|
|
|
|
2018-07-17 09:33:56 +02:00
|
|
|
# Copyright 2016-2018 Fabien Bourgeois <fabien@yaltik.com>
|
2016-06-27 12:38:08 +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 activities',
|
|
|
|
'summary': 'Extends Odoo products for multi-activity',
|
2018-07-17 09:33:56 +02:00
|
|
|
'description': 'Extends Odoo products for multi-activity',
|
2018-08-09 15:47:57 +02:00
|
|
|
'version': '10.0.2.6.0',
|
2016-07-21 12:27:54 +02:00
|
|
|
'category': 'GOLEM',
|
2018-01-29 23:30:11 +01:00
|
|
|
'author': 'Fabien Bourgeois, Michel Dessenne',
|
2016-06-27 12:38:08 +02:00
|
|
|
'license': 'AGPL-3',
|
|
|
|
'application': True,
|
2017-05-01 17:49:21 +02:00
|
|
|
'installable': True,
|
2017-06-14 08:16:17 +02:00
|
|
|
'depends': ['product', 'account', 'golem_base', 'golem_season'],
|
2016-07-21 12:27:54 +02:00
|
|
|
'data': ['security/ir.model.access.csv',
|
|
|
|
'data/golem_activity_data.xml',
|
2018-05-07 18:51:47 +02:00
|
|
|
'views/golem_activity_views.xml',
|
|
|
|
'report/golem_activity_report_templates.xml']
|
2016-06-27 12:38:08 +02:00
|
|
|
}
|