Skip to content

Commit

Permalink
Quitando campo NIF
Browse files Browse the repository at this point in the history
  • Loading branch information
BrayhanJC committed Dec 18, 2018
1 parent 6c640a6 commit 5a427f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/l10n_co_res_partner.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
<field name="country_id" invisible="1"/>
</field>

<xpath expr="//field[@name='vat']" position="replace"/>

<!-- Dynamic Form which opens when creating a related contact to a company -->
<xpath expr="(//field[@name='city'])[4]" position="replace"></xpath>
Expand Down Expand Up @@ -90,8 +91,7 @@

<field name="parent_id" position="before">
<h3>
<field
name="name"
<field name="name"
attrs="{'invisible':[('x_name1', '=', ''),('companyName', '=', False)]}"
placeholder="Don't touch! Field will be filled up automatically!" />
</h3>
Expand Down

0 comments on commit 5a427f7

Please sign in to comment.