diff --git a/golem_event/__init__.py b/golem_event/__init__.py new file mode 100644 index 0000000..40e5d37 --- /dev/null +++ b/golem_event/__init__.py @@ -0,0 +1,17 @@ +# -*- coding: utf-8 -*- + +# Copyright 2020 Fabien Bourgeois +# Copyright 2020 Youssef EL OUAHBY +# +# 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..9415613 --- /dev/null +++ b/golem_event/__manifest__.py @@ -0,0 +1,33 @@ +# -*- coding: utf-8 -*- + +# Copyright 2020 Fabien Bourgeois +# Copyright 2020 Youssef EL OUAHBY +# +# 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.0.1', + 'category': 'GOLEM', + 'author': 'Fabien Bourgeois, Youssef EL OUAHBY', + 'license': 'AGPL-3', + 'application': True, + 'installable': True, + 'depends': ['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..60b7187 --- /dev/null +++ b/golem_event/views/event_views.xml @@ -0,0 +1,36 @@ + + + + + + Golem Event Tracks + + event.event + + + + + + + +