diff --git a/golem_activity_registration_state/__manifest__.py b/golem_activity_registration_state/__manifest__.py index e8f02db..3b1d05f 100644 --- a/golem_activity_registration_state/__manifest__.py +++ b/golem_activity_registration_state/__manifest__.py @@ -27,5 +27,6 @@ 'depends': ['golem_activity_registration', 'golem_payment'], 'data': ['views/golem_activity_registration_views.xml', 'views/golem_member_views.xml', 'views/golem_activity_views.xml', - 'wizard/golem_activity_registration_invoicing.xml'] + 'wizard/golem_activity_registration_invoicing.xml', + 'report/golem_member_report.xml'] } diff --git a/golem_activity_registration_state/report/__init__.py b/golem_activity_registration_state/report/__init__.py new file mode 100644 index 0000000..cf00e58 --- /dev/null +++ b/golem_activity_registration_state/report/__init__.py @@ -0,0 +1,19 @@ +# -*- coding: utf-8 -*- + +# Copyright 2016 Fabien Bourgeois +# Copyright 2018 Michel Dessenne + +# 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 . + +from . import golem_activity_registration diff --git a/golem_activity_registration_state/report/golem_member_report.xml b/golem_activity_registration_state/report/golem_member_report.xml new file mode 100644 index 0000000..3e58501 --- /dev/null +++ b/golem_activity_registration_state/report/golem_member_report.xml @@ -0,0 +1,41 @@ + + + + + + + + + + +