[FIX] regression that made the server crash when we install a db

bzr revid: nicolas.vanhoren@openerp.com-20130610154139-jylxm135apnu3app
This commit is contained in:
niv-openerp 2013-06-10 17:41:39 +02:00
parent c59fe603ef
commit 02aa3f2114
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@
<record id="res_currency_rule" model="ir.rule">
<field name="name">multi-company currency rule</field>
<field model="ir.model" name="model_id" ref="model_res_currency"/>
<field name="model_id" ref="model_res_currency"/>
<field name="domain_force">['|',('company_id','=',False),('company_id','child_of',[user.company_id.id])]</field>
</record>