[IMP]stock_location : Add placeholder for pulled flows and pushed flows

bzr revid: hsa@tinyerp.com-20120530114150-awfcspnqh6ntkmym
This commit is contained in:
Hardik 2012-05-30 17:11:50 +05:30
parent 00a8454c80
commit f1ea7634ea
1 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@
</tree>
<form string="Pulled Paths">
<separator string="Conditions" colspan="4"/>
<field name="name" colspan="4"/>
<field name="name" colspan="4" placeholder="Fulfill needs on location X from location Y "/>
<field name="location_id"/>
<separator string="Action Type" colspan="4"/>
<field name="type_proc"/>
@ -81,7 +81,7 @@
</tree>
<form string="Pushed flows">
<group colspan="4" col="6">
<field name="name"/>
<field name="name" placeholder="When receiving at location X, move to location Y"/>
<field name="location_from_id"/>
<field name="location_dest_id"/>
<field name="auto"/>