[FIX]GOLEM Family : linked member partner should not be required, for member creation
This commit is contained in:
parent
06618da5f1
commit
2f297f4db0
@ -18,7 +18,8 @@
|
||||
{
|
||||
'name': 'GOLEM families',
|
||||
'summary': 'GOLEM Members Families',
|
||||
'version': '10.0.2.2.0',
|
||||
'description': 'GOLEM Members Families',
|
||||
'version': '10.0.2.2.1',
|
||||
'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
|
||||
@ -27,7 +27,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
<field name="arch" type="xml">
|
||||
<field name="lastname" position="before">
|
||||
<field name="id" invisible="1" />
|
||||
<field name="partner_id" invisible="1" />
|
||||
<field name="partner_id" invisible="1" required="0" />
|
||||
<p class="oe_grey" colspan="2"
|
||||
attrs="{'invisible': [('id', '!=', False)]}">
|
||||
Please save new member before assigning a family.
|
||||
|
Loading…
Reference in New Issue
Block a user