root 3 years ago
parent
commit
d6cc78b221
1 changed files with 5 additions and 6 deletions
  1. +5
    -6
      views/partner.xml

+ 5
- 6
views/partner.xml View File

@ -263,8 +263,8 @@
</xpath> </xpath>
<xpath expr="/form/sheet/div/h1" position="replace"> <xpath expr="/form/sheet/div/h1" position="replace">
<group col="4">
<group col="2">
<group>
<group>
<field name="donor_id"/> <field name="donor_id"/>
<field name="title" options="{&quot;no_open&quot;: True}" placeholder="" attrs="{'invisible': [('is_company', '=', True)],'required' : [('is_company', '=', False)]}"/> <field name="title" options="{&quot;no_open&quot;: True}" placeholder="" attrs="{'invisible': [('is_company', '=', True)],'required' : [('is_company', '=', False)]}"/>
@ -283,9 +283,8 @@
attrs="{'invisible': ['|', '|', ('is_company','=', True), ('company_name', '=', ''), ('company_name', '=', False)]}"/> attrs="{'invisible': ['|', '|', ('is_company','=', True), ('company_name', '=', ''), ('company_name', '=', False)]}"/>
</group> </group>
<group col="2">
</group>
<group col="2">
<group>
<field name="first_donation_product_id"/> <field name="first_donation_product_id"/>
<field name="first_donation_date"/> <field name="first_donation_date"/>
<field name="max_amount_donation"/> <field name="max_amount_donation"/>
@ -294,7 +293,7 @@
</group> </group>
</group>
</group>
</xpath> </xpath>
<xpath expr="/form/sheet/div/div" position="replace"> <xpath expr="/form/sheet/div/div" position="replace">
</xpath> </xpath>


Loading…
Cancel
Save