Skip to content
Snippets Groups Projects
Commit 1bbe15f6 authored by Nicolas Vanhoren's avatar Nicolas Vanhoren
Browse files

[fix] referencing a field in a domain that is not loaded in the view

bzr revid: nicolas.vanhoren@openerp.com-20111005093600-xjyqrmpoqywy1ztq
parent 2b7b51e0
No related branches found
No related tags found
No related merge requests found
......@@ -198,6 +198,7 @@
<field name="category_id" select="1"/>
<field name="open_date" select="1"/>
<field name="user_id" attrs="{'invisible':[('visibility','=',False)]}"/>
<field name="visibility" invisible="1"/>
<field name="vote_avg" widget="progressbar"/>
<group col="4" colspan="2">
<field name="my_vote" readonly="1"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment