Skip to content

Commit

Permalink
Minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
mikevhe18 committed Dec 6, 2016
1 parent be9c25e commit b6e558d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hr_contract_reference/views/hr_contract_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<field name="type">form</field>
<field name="inherit_id" ref="hr_contract.hr_contract_view_form"/>
<field name="arch" type="xml">
<xpath expr="//field[@name='name']" position='replace'>
<field name="name" readonly="1"/>
<xpath expr="//field[@name='name']" position='attributes'>
<attribute name="readonly">True</attribute>
</xpath>
</field>
</record>
</odoo>
</odoo>

0 comments on commit b6e558d

Please sign in to comment.