[IMP] Added label for sale order line selection on create invoice wizard

bzr revid: pso@tinyerp.com-20120823101917-8r8mvog04xsjq0cg
This commit is contained in:
Bharat Devnani(OpenERP) 2012-08-23 15:49:17 +05:30 committed by pso (OpenERP)
parent c427933cbb
commit d48ff4be8f
1 changed files with 3 additions and 1 deletions

View File

@ -22,8 +22,10 @@
attrs="{'invisible': [('advance_payment_method', '!=', 'percentage')]}"/>
</div>
</group>
<div>
<b><label string="After clicking 'Show Lines to Invoice' button, select lines to invoice and make invoice from the 'More' button." attrs="{'invisible': [('advance_payment_method', '!=', 'lines')]}"/></b>
</div>
<footer>
<label string="After clicking 'Show Lines to Invoice' button, select lines to invoice and make invoice from the 'More' button." attrs="{'visible': [('advance_payment_method', '=', 'lines')]}"/>
<button name="create_invoices" string="Create Invoice" type="object"
class="oe_highlight"
attrs="{'invisible': [('advance_payment_method', '=', 'lines')]}"/>