[IMP]warehouse :Receive/Deliver by Orders/Incoming Shipments : "-" is remove if second field is empty , all labels are display

bzr revid: hsa@tinyerp.com-20120622062209-7dxefdewqyiwwmnq
This commit is contained in:
Hardik 2012-06-22 11:52:09 +05:30
parent eea8d59604
commit b3c1d7ebaa
1 changed files with 1 additions and 1 deletions

View File

@ -730,7 +730,7 @@
<label for="name" class="oe_edit_only"/>
<h1>
<field name="name" class="oe_inline"/>
<span attr="{'invisible': [('origin','=',False)]}"> - </span>
<span attr="{'invisible': [('origin','=',False)]}"></span>
<field name="origin" placeholder="PO0032" class="oe_inline"/>
</h1>
<label for="partner_id" class="oe_edit_only"/>