[FIX]GOLEM Member Minor legual guardian can not be the linked partner to member

This commit is contained in:
Fabien Bourgeois 2016-07-20 18:14:41 +02:00
parent 8d24fd86c5
commit 26e8c3b34f
1 changed files with 2 additions and 1 deletions

View File

@ -35,7 +35,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<group name="minor_group">
<group>
<field name="is_minor" invisible="True" />
<field name="legal_guardian"/>
<field name="legal_guardian"
domain="[('id', '!=', partner_id)]" />
</group>
<group>
<field name="activities_participation"/>