[REVERT] account: analytical line view

bzr revid: hmo@tinyerp.com-20120719053813-y7vdq59yjw2svhen
This commit is contained in:
Harry (OpenERP) 2012-07-19 11:08:13 +05:30
parent d5bb4896e7
commit 92cb98fd73
1 changed files with 18 additions and 12 deletions

View File

@ -124,27 +124,33 @@
<group>
<group>
<field name="name"/>
<field name="date"/>
<label for="unit_amount"/>
<group class="oe_inline">
<field name="unit_amount" nolabel="1"/>
<field name="product_uom_id" nolabel="1" />
</group>
<field name="amount"/>
</group>
<group>
<field name="account_id"/>
<field name="journal_id"/>
<field name="product_id"/>
</group>
<group>
<field name="date"/>
<field name="ref"/>
<field name="company_id" groups="base.group_multi_company"/>
</group>
<group>
<group string="Amount">
<field name="amount"/>
<label for="amount_currency"/>
<div>
<field name="amount_currency" class="oe_inline"/>
<field name="currency_id" class="oe_inline"/>
</div>
</group>
<group string="Product Information">
<field name="product_id"/>
<label for="unit_amount"/>
<div>
<field name="unit_amount" class="oe_inline"/>
<field name="product_uom_id" class="oe_inline"/>
</div>
</group>
<group string="General Accounting">
<field name="general_account_id"/>
<field name="move_id" readonly="1"/>
<field name="amount_currency" class="oe_inline"/>
</group>
</group>
</form>