[FIX] account: dynamic tree view of account.move.line refactored in order to work for web-client

bzr revid: qdp-launchpad@tinyerp.com-20110120182321-dnv2wgyex4sup32s
This commit is contained in:
qdp-launchpad@tinyerp.com 2011-01-20 19:23:21 +01:00
parent 3d3e3dae26
commit b6b3c329d3
1 changed files with 1 additions and 1 deletions

View File

@ -1193,7 +1193,7 @@
</group>
<newline/>
<group col="10" colspan="4">
<field name="journal_id" widget="selection" context="{'journal_id':self, 'visible_id':self or 0, 'normal_view':False}"/>
<field name="journal_id" widget="selection" context="{'journal_id':self, 'visible_id':self, 'normal_view':False}"/>
<field name="period_id" context="{'period_id':self, 'search_default_period_id':self}"/>
</group>
<newline/>