[FIX] account unrealized gain/loss group_by

bzr revid: fp@tinyerp.com-20111219225401-adp5p52e77etf467
This commit is contained in:
Fabien Pinckaers 2011-12-19 23:54:01 +01:00
commit c3ee5d3ca0
1 changed files with 3 additions and 0 deletions

View File

@ -303,6 +303,9 @@
<tree string="Unrealized Gains and losses">
<field name="code"/>
<field name="name"/>
<field name="parent_id" invisible="1"/>
<field name="user_type" invisible="1"/>
<field name="type" invisible="1"/>
<field name="currency_id"/>
<field name="exchange_rate"/>
<field name="foreign_balance"/>