[FIX] account : Fixes the cash register problem

lp bug: https://launchpad.net/bugs/1003849 fixed

bzr revid: amp@tinyerp.com-20120716102920-ifte2m8c6v8cldjl
This commit is contained in:
Amit (OpenERP) 2012-07-16 15:59:20 +05:30
parent 08d2eb4828
commit f04758ec01
1 changed files with 1 additions and 1 deletions

View File

@ -2550,7 +2550,7 @@ action = pool.get('res.config').next(cr, uid, [], context)
<group col="4">
<field name="name"/>
<field name='company_id' widget="selection" groups="base.group_multi_company" />
<field name="journal_id" on_change="onchange_journal_id(journal_id)" widget="selection"/>
<field name="journal_id" on_change="onchange_journal_id(journal_id)" widget="selection" domain="[('type', '=', 'cash')]" />
<field name="user_id" readonly="1"/>
<field name="period_id"/>
<field name="currency" invisible="1"/>