[IMP] stock_landed_costs : Improved the view..

bzr revid: mdi@tinyerp.com-20140409095910-i4n4ngl2q347up66
This commit is contained in:
DJ Patel 2014-04-09 15:29:10 +05:30
parent ed605d0f45
commit 50aabe77cc
1 changed files with 17 additions and 16 deletions

View File

@ -29,9 +29,10 @@
on_change="onchange_pickings(picking_ids)"/> on_change="onchange_pickings(picking_ids)"/>
</group> </group>
</group> </group>
<notebook> <group>
<page string="Cost Lines"> <separator string="Cost Lines" colspan="4"/>
<field name="cost_lines"> <group>
<field name="cost_lines" nolabel="1">
<form string="Cost Lines" version="7.0"> <form string="Cost Lines" version="7.0">
<group> <group>
<group> <group>
@ -52,7 +53,7 @@
<label for="name"/> <label for="name"/>
<field name="name"/> <field name="name"/>
</form> </form>
<tree string="Cost Lines"> <tree string="Cost Lines" editable="bottom">
<field name="product_id" on_change="onchange_product_id(product_id, quantity, uom_id, price_unit, account_id)"/> <field name="product_id" on_change="onchange_product_id(product_id, quantity, uom_id, price_unit, account_id)"/>
<field name="name"/> <field name="name"/>
<field name="account_id"/> <field name="account_id"/>
@ -63,12 +64,12 @@
<field name="price_subtotal"/> <field name="price_subtotal"/>
</tree> </tree>
</field> </field>
<group class="oe_subtotal_footer oe_right"> </group>
<field name="amount_total"/> </group>
</group> <group>
</page> <separator string="Valuation Adjustments" colspan="4"/>
<page string="Valuation Adjustments"> <group>
<field name="valuation_adjustment_lines"> <field name="valuation_adjustment_lines" nolabel="1">
<form string="Valuation Adjustments" version="7.0"> <form string="Valuation Adjustments" version="7.0">
<group> <group>
<group> <group>
@ -81,7 +82,7 @@
</group> </group>
</group> </group>
</form> </form>
<tree string="Valuation Adjustments"> <tree string="Valuation Adjustments" editable="bottom">
<field name="product_id"/> <field name="product_id"/>
<field name="quantity"/> <field name="quantity"/>
<field name="former_cost"/> <field name="former_cost"/>
@ -89,11 +90,11 @@
<field name="final_cost"/> <field name="final_cost"/>
</tree> </tree>
</field> </field>
<group class="oe_subtotal_footer oe_right"> </group>
<field name="amount_total"/> </group>
</group> <group class="oe_subtotal_footer oe_right">
</page> <field name="amount_total"/>
</notebook> </group>
<div class="oe_clear"> <div class="oe_clear">
<label for="description"/> <label for="description"/>
</div> </div>