[IMP]:improved view

bzr revid: apa@tinyerp.com-20120627060544-7rpuwovdw6c9lnaf
This commit is contained in:
Amit Patel (OpenERP) 2012-06-27 11:35:44 +05:30
parent 8b69d865d1
commit f408d9f48e
2 changed files with 14 additions and 10 deletions

View File

@ -312,10 +312,14 @@
<form string="Product Categories" version="7.0">
<sheet>
<group>
<field name="name"/>
<field name="parent_id"/>
<field name="sequence" invisible="1"/>
<field name="type"/>
<group>
<field name="name"/>
<field name="type"/>
</group>
<group>
<field name="parent_id"/>
<field name="sequence" invisible="1"/>
</group>
</group>
<group name="basic" col="4"/>
</sheet>

View File

@ -180,20 +180,20 @@
<field name="price_subtotal"/>
</tree>
</field>
<group class="oe_subtotal_footer">
<group class="oe_subtotal_footer oe_right">
<field name="amount_untaxed"/>
<field name="amount_tax"/>
<div class="oe_subtotal_footer_separator oe_inline" colspan="2">
<button name="button_dummy" states="draft" string="Compute" type="object" icon="gtk-execute" class="oe_inline"/>
<field name="amount_total"/>
</div>
</group>
<button name="button_dummy" states="draft" string="Compute" type="object" icon="gtk-execute" class="oe_inline"/>
<div class="oe_clear"/>
<label for="notes"/>
<field name="notes"/>
</page>
<page string="Delivery &amp; Invoicing">
<group string="Delivery">
<group>
<group>
<field name="dest_address_id" string="Customer Address" on_change="onchange_dest_address_id(dest_address_id)"/>
<field name="minimum_planned_date"/>
@ -205,13 +205,13 @@
<field name="date_approve"/>
</group>
</group>
<group string="Invoicing" col="4">
<group string="Invoicing">
<group>
<field name="invoice_method"/>
<field name="fiscal_position"/>
<field name="invoiced"/>
</group>
<group>
<field name="invoiced"/>
<field name="fiscal_position"/>
</group>
</group>
<separator string="Invoices"/>