[IMP] point_of_sale: improve the layout of the pos.order

bzr revid: stw@openerp.com-20120821084857-4ieoknwcsivdooa1
This commit is contained in:
Stephane Wirtel 2012-08-21 10:48:57 +02:00
parent 28c036aef0
commit bc1f8e6d4b
1 changed files with 7 additions and 3 deletions

View File

@ -55,10 +55,14 @@
</group>
</form>
</field>
<group class="oe_subtotal_footer">
<group class="oe_subtotal_footer oe_right" colspan="2" name="order_total">
<field name="amount_tax"/>
<field name="amount_total"/>
<button name="button_dummy" string="Update" class="oe_link" states="draft"/>
<div class="oe_subtotal_footer_separator oe_inline">
<label for="amount_total" />
<button name="button_dummy"
states="draft" string="(update)" type="object" class="oe_edit_only oe_link"/>
</div>
<field name="amount_total" nolabel="1" class="oe_subtotal_footer_separator"/>
</group>
</page>
<page string="Payments">