[FIX]sale:string updated

bzr revid: kbh@tinyerp.com-20121220124346-2wp20yd7fe2dz12g
This commit is contained in:
Khushboo Bhatt (Open ERP) 2012-12-20 18:13:46 +05:30
parent d576e03181
commit a9cb75a811
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@
<sheet>
<h1>
<label string="Quotation " attrs="{'invisible': [('state','not in',('draft','sent'))]}"/>
<label string="Sale Order " attrs="{'invisible': [('state','in',('draft','sent'))]}"/>
<label string="Sales Order " attrs="{'invisible': [('state','in',('draft','sent'))]}"/>
<field name="name" class="oe_inline" readonly="1"/>
</h1>
<group>