[FIX]sale:buttons position changed in footer

bzr revid: kbh@tinyerp.com-20121126053412-c5s14peqlrl79gp8
This commit is contained in:
Khushboo Bhatt (Open ERP) 2012-11-26 11:04:12 +05:30
parent 828cce9be0
commit ac5f9e3296
1 changed files with 2 additions and 2 deletions

View File

@ -6,11 +6,11 @@
<field name="model">sale.order.line.make.invoice</field>
<field name="arch" type="xml">
<form string="Create invoices" version="7.0">
<header>
<footer>
<button name="make_invoices" string="Create Invoices" type="object" class="oe_highlight"/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</header>
</footer>
<separator string="Do you really want to create the invoice(s)?" />
</form>
</field>