[IMP] account: bank statement usabilty change

bzr revid: qdp-launchpad@tinyerp.com-20100914153134-goyvxyleub4fjvbu
This commit is contained in:
qdp-launchpad@tinyerp.com 2010-09-14 17:31:34 +02:00
parent 2ab0837d24
commit 15836238a4
1 changed files with 1 additions and 1 deletions

View File

@ -531,8 +531,8 @@
<field name="type"/>
<field name="partner_id" on_change="onchange_partner_id(partner_id, type, parent.currency, {'amount': amount})"/>
<field domain="[('journal_id','=',parent.journal_id)]" name="account_id"/>
<field name="analytic_account_id" groups="base.group_extended"/>
<field name="amount"/>
<field name="analytic_account_id"/>
<field context="{'partner_id': partner_id, 'amount': amount, 'account_id': account_id, 'currency_id': parent.currency, 'journal_id': parent.journal_id, 'date':date}" name="reconcile_id"/>
<field invisible="1" name="reconcile_amount"/>
</tree>