diff --git a/golem_family_minor/__init__.py b/golem_family_minor/__init__.py new file mode 100644 index 0000000..643d893 --- /dev/null +++ b/golem_family_minor/__init__.py @@ -0,0 +1,16 @@ +# -*- coding: utf-8 -*- + +# Copyright 2016 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_family_minor/__openerp__.py b/golem_family_minor/__openerp__.py new file mode 100644 index 0000000..e38de58 --- /dev/null +++ b/golem_family_minor/__openerp__.py @@ -0,0 +1,32 @@ +# -*- coding: utf-8 -*- + +# Copyright 2016 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 members minor and family', + 'summary': 'GOLEM non-profit members family + minor management', + 'description': 'Non-profit french MJC members family update to minor ' + 'management', + 'version': '0.1', + 'category': 'Non-profit management', + 'author': 'Fabien Bourgeois', + 'license': 'AGPL-3', + 'application': False, + 'installable': True, + 'auto_install': True, + 'depends': ['golem_member', 'golem_family'], + 'data': ['golem_member_view.xml'] +} diff --git a/golem_family_minor/golem_member_view.xml b/golem_family_minor/golem_member_view.xml new file mode 100644 index 0000000..957284c --- /dev/null +++ b/golem_family_minor/golem_member_view.xml @@ -0,0 +1,40 @@ + + + + + + + + + + Restrict domain for legal_guardian + golem.member + + + + + + + ['&', ('is_company', '=', False), ('family_id', '=', family_id), ('id', '!=', partner_id)] + {'no_create': True} + + + + + +