sethy 17.0
This commit is contained in:
parent
5476faaa1d
commit
60e9e90e38
1 changed files with 4 additions and 4 deletions
|
|
@ -67,11 +67,11 @@
|
||||||
|
|
||||||
<xpath expr="//page[@name='contact_addresses']" position="after">
|
<xpath expr="//page[@name='contact_addresses']" position="after">
|
||||||
<page string="Property" name="bemade_sethy_configuration.res_partner.defaults.form">
|
<page string="Property" name="bemade_sethy_configuration.res_partner.defaults.form">
|
||||||
<group string="All Owners" attrs="{'invisible': [['is_property','=',False]]}">
|
<group string="All Owners" invisible="is_property == False">
|
||||||
<field name="relation_property_ids" string="">
|
<field name="relation_property_ids" string="">
|
||||||
<tree editable="top">
|
<tree editable="top">
|
||||||
<field name="this_partner_id" required="True" options="{'no_create': True}"
|
<field name="this_partner_id" required="True" options="{'no_create': True}"
|
||||||
attrs="{}" invisible="1"/>
|
invisible="1"/>
|
||||||
<field name="type_selection_id" required="True" options="{'no_create': True}"
|
<field name="type_selection_id" required="True" options="{'no_create': True}"
|
||||||
invisible="1"/>
|
invisible="1"/>
|
||||||
<field name="other_partner_id" required="True" options="{'no_create': True}"
|
<field name="other_partner_id" required="True" options="{'no_create': True}"
|
||||||
|
|
@ -82,12 +82,12 @@
|
||||||
</tree>
|
</tree>
|
||||||
</field>
|
</field>
|
||||||
</group>
|
</group>
|
||||||
<group string="All Properties" attrs="{'invisible': [['is_property','=',True]]}">
|
<group string="All Properties" invisible="is_property == True">
|
||||||
<field name="relation_owner_ids" string="">
|
<field name="relation_owner_ids" string="">
|
||||||
<tree editable="top">
|
<tree editable="top">
|
||||||
<field name="this_partner_id" required="True"
|
<field name="this_partner_id" required="True"
|
||||||
options="{'no_create': True}"
|
options="{'no_create': True}"
|
||||||
attrs="{}" invisible="1"
|
invisible="1"
|
||||||
/>
|
/>
|
||||||
<field name="type_selection_id" required="True" options="{'no_create': True}"
|
<field name="type_selection_id" required="True" options="{'no_create': True}"
|
||||||
invisible="1"/>
|
invisible="1"/>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue