diff --git a/golem_event/__init__.py b/golem_event/__init__.py index 40e5d37..2e1bb93 100644 --- a/golem_event/__init__.py +++ b/golem_event/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Fabien Bourgeois # 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 diff --git a/golem_event/__manifest__.py b/golem_event/__manifest__.py index 9415613..74ea473 100644 --- a/golem_event/__manifest__.py +++ b/golem_event/__manifest__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# Copyright 2020 Fabien Bourgeois # 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 @@ -20,14 +20,12 @@ 'name': 'GOLEM events', 'summary': 'Extends Odoo events', 'description': 'Extends Odoo events', - 'version': '10.0.0.0.1', + 'version': '10.0.0.1.0', 'category': 'GOLEM', 'author': 'Fabien Bourgeois, Youssef EL OUAHBY', 'license': 'AGPL-3', - 'application': True, + 'application': False, 'installable': True, - 'depends': ['event'], - 'data': [ - 'views/event_views.xml', - ] + 'depends': ['golem_base', 'event'], + 'data': ['views/event_views.xml'] } diff --git a/golem_event/views/event_views.xml b/golem_event/views/event_views.xml index 60b7187..029e525 100644 --- a/golem_event/views/event_views.xml +++ b/golem_event/views/event_views.xml @@ -1,7 +1,7 @@ + - - - Golem Event Tracks + + + + + Event Search Adaptations event.event - - - + + + - - + + +