[MERGE] lp:1003849

bzr revid: qdp-launchpad@openerp.com-20120725152935-ycderrb47z0u8l0s
This commit is contained in:
Quentin (OpenERP) 2012-07-25 17:29:35 +02:00
commit 4153becb28
1 changed files with 1 additions and 1 deletions

View File

@ -2601,7 +2601,7 @@ action = pool.get('res.config').next(cr, uid, [], context)
<h1><field name="name" class="oe_inline" attrs="{'invisible':[('name','=','/')]}"/></h1>
<group>
<group>
<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" string="Responsible"/>
<field name="total_entry_encoding"/>
<field name='company_id' widget="selection" groups="base.group_multi_company" />