diff --git a/golem_mail_family/__init__.py b/golem_mail_family/__init__.py new file mode 100644 index 0000000..7d004f8 --- /dev/null +++ b/golem_mail_family/__init__.py @@ -0,0 +1,17 @@ +# -*- coding: utf-8 -*- + +# Copyright 2018 Youssef El Ouahby +# Copyright 2018 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_mail_family/__manifest__.py b/golem_mail_family/__manifest__.py new file mode 100644 index 0000000..8751e6e --- /dev/null +++ b/golem_mail_family/__manifest__.py @@ -0,0 +1,31 @@ +# -*- coding: utf-8 -*- + +# Copyright 2018 Youssef El Ouahby +# Copyright 2018 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 Mail Family', + 'summary': 'GOLEM Mail Family', + 'description': ''' GOLEM Mail Family ''', + 'version': '10.0.0.0.1', + 'category': 'GOLEM', + 'author': 'Youssef El Ouahby, Fabien Bourgeois', + 'license': 'AGPL-3', + 'application': True, + 'installable': True, + 'depends': ['golem_family'], + 'data': ['views/golem_mail_family_views.xml'] +} diff --git a/golem_mail_family/views/golem_mail_family_views.xml b/golem_mail_family/views/golem_mail_family_views.xml new file mode 100644 index 0000000..b81936b --- /dev/null +++ b/golem_mail_family/views/golem_mail_family_views.xml @@ -0,0 +1,36 @@ + + + + + + + diff --git a/golem_mail_member/__init__.py b/golem_mail_member/__init__.py new file mode 100644 index 0000000..7d004f8 --- /dev/null +++ b/golem_mail_member/__init__.py @@ -0,0 +1,17 @@ +# -*- coding: utf-8 -*- + +# Copyright 2018 Youssef El Ouahby +# Copyright 2018 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_mail_member/__manifest__.py b/golem_mail_member/__manifest__.py new file mode 100644 index 0000000..b9f83d5 --- /dev/null +++ b/golem_mail_member/__manifest__.py @@ -0,0 +1,31 @@ +# -*- coding: utf-8 -*- + +# Copyright 2018 Youssef El Ouahby +# Copyright 2018 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 Mail Member', + 'summary': 'GOLEM Mail Member', + 'description': ''' GOLEM Mail Member ''', + 'version': '10.0.0.0.1', + 'category': 'GOLEM', + 'author': 'Youssef El Ouahby, Fabien Bourgeois', + 'license': 'AGPL-3', + 'application': True, + 'installable': True, + 'depends': ['golem_member'], + 'data': ['views/golem_mail_member_views.xml'] +} diff --git a/golem_mail_member/views/golem_mail_member_views.xml b/golem_mail_member/views/golem_mail_member_views.xml new file mode 100644 index 0000000..26997d7 --- /dev/null +++ b/golem_mail_member/views/golem_mail_member_views.xml @@ -0,0 +1,36 @@ + + + + + + +