diff --git a/golem_activity/__manifest__.py b/golem_activity/__manifest__.py index af0e1d0..d739c0b 100644 --- a/golem_activity/__manifest__.py +++ b/golem_activity/__manifest__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright 2016-2019 Fabien Bourgeois +# Copyright 2016-2020 Fabien Bourgeois # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as @@ -19,7 +19,7 @@ 'name': 'GOLEM activities', 'summary': 'Extends Odoo products for multi-activity', 'description': 'Extends Odoo products for multi-activity', - 'version': '10.0.2.8.0', + 'version': '10.0.2.8.1', 'category': 'GOLEM', 'author': 'Fabien Bourgeois, Michel Dessenne', 'license': 'AGPL-3', diff --git a/golem_activity/views/golem_activity_views.xml b/golem_activity/views/golem_activity_views.xml index 9f30b0a..3b72906 100644 --- a/golem_activity/views/golem_activity_views.xml +++ b/golem_activity/views/golem_activity_views.xml @@ -1,6 +1,7 @@ + res_model="golem.activity" view_mode="tree,form,calendar" + context="{'search_default_season_default': 1}"/> +# Copyright 2020 Fabien Bourgeois +# +# 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 . diff --git a/golem_event/__manifest__.py b/golem_event/__manifest__.py new file mode 100644 index 0000000..74ea473 --- /dev/null +++ b/golem_event/__manifest__.py @@ -0,0 +1,31 @@ +# -*- coding: utf-8 -*- + +# Copyright 2020 Youssef EL OUAHBY +# Copyright 2020 Fabien Bourgeois +# +# 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 . + +{ + 'name': 'GOLEM events', + 'summary': 'Extends Odoo events', + 'description': 'Extends Odoo events', + 'version': '10.0.0.1.0', + 'category': 'GOLEM', + 'author': 'Fabien Bourgeois, Youssef EL OUAHBY', + 'license': 'AGPL-3', + 'application': False, + 'installable': True, + 'depends': ['golem_base', 'event'], + 'data': ['views/event_views.xml'] +} diff --git a/golem_event/static/description/icon.png b/golem_event/static/description/icon.png new file mode 100644 index 0000000..4f96aee Binary files /dev/null and b/golem_event/static/description/icon.png differ diff --git a/golem_event/views/event_views.xml b/golem_event/views/event_views.xml new file mode 100644 index 0000000..029e525 --- /dev/null +++ b/golem_event/views/event_views.xml @@ -0,0 +1,40 @@ + + + + + + + + + Event Search Adaptations + + event.event + + + + + + + + +