[IMP]GOLEM Family : ability to select existing partners from family form

This commit is contained in:
Fabien BOURGEOIS 2018-08-01 11:04:47 +02:00
parent 04cfcf43e4
commit 776371e6db
2 changed files with 5 additions and 4 deletions

View File

@ -19,7 +19,7 @@
'name': 'GOLEM families', 'name': 'GOLEM families',
'summary': 'GOLEM Members Families', 'summary': 'GOLEM Members Families',
'description': 'GOLEM Members Families', 'description': 'GOLEM Members Families',
'version': '10.0.2.2.2', 'version': '10.0.2.2.3',
'category': 'GOLEM', 'category': 'GOLEM',
'author': 'Fabien Bourgeois', 'author': 'Fabien Bourgeois',
'license': 'AGPL-3', 'license': 'AGPL-3',

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!-- <!--
Copyright 2017 Fabien Bourgeois <fabien@yaltik.com> Copyright 2017-2018 Fabien Bourgeois <fabien@yaltik.com>
This program is free software: you can redistribute it and/or modify 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 it under the terms of the GNU Affero General Public License as published by
@ -66,8 +66,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
</group> </group>
<notebook> <notebook>
<page string="Family members"> <page string="Family members">
<field name="member_ids" context="{'default_family_id': active_id}"> <field name="member_ids" widget="many2many"
<tree delete="false"> context="{'default_family_id': active_id}">
<tree delete="false" create="true" edit="true">
<field name="name" /> <field name="name" />
<field name="family_role" /> <field name="family_role" />
<field name="phone" /> <field name="phone" />