Skip to content

Commit

Permalink
[FIX] regression that made the server crash when we install a db
Browse files Browse the repository at this point in the history
bzr revid: nicolas.vanhoren@openerp.com-20130610154139-jylxm135apnu3app
  • Loading branch information
nicolas-van committed Jun 10, 2013
1 parent c59fe60 commit 02aa3f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openerp/addons/base/security/base_security.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 02aa3f2

Please sign in to comment.