[FIX] procurement: remove spurious placeholder in tree view

bzr revid: odo@openerp.com-20130603121914-bf7msemmufcywoc1
This commit is contained in:
Olivier Dony 2013-06-03 14:19:14 +02:00
parent 0f983a0146
commit dba21ae6ef
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
<field name="product_uom" string="Unit of Measure"/>
<field name="procure_method"/>
<field name="state"/>
<field name="name" placeholder="External note..." invisible="1"/>
<field name="name" invisible="1"/>
<field name="message"/>
</tree>
</field>