[IMP]GOLEM Family : ability to select existing partners from family form
This commit is contained in:
parent
04cfcf43e4
commit
776371e6db
@ -19,7 +19,7 @@
|
||||
'name': 'GOLEM families',
|
||||
'summary': 'GOLEM Members Families',
|
||||
'description': 'GOLEM Members Families',
|
||||
'version': '10.0.2.2.2',
|
||||
'version': '10.0.2.2.3',
|
||||
'category': 'GOLEM',
|
||||
'author': 'Fabien Bourgeois',
|
||||
'license': 'AGPL-3',
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?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
|
||||
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>
|
||||
<notebook>
|
||||
<page string="Family members">
|
||||
<field name="member_ids" context="{'default_family_id': active_id}">
|
||||
<tree delete="false">
|
||||
<field name="member_ids" widget="many2many"
|
||||
context="{'default_family_id': active_id}">
|
||||
<tree delete="false" create="true" edit="true">
|
||||
<field name="name" />
|
||||
<field name="family_role" />
|
||||
<field name="phone" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user