[FIX] user preferences: make menu-tips checkbox writeable for normal users

bzr revid: odo@openerp.com-20100827163241-zlfqk170mtrq6w27
This commit is contained in:
Olivier Dony 2010-08-27 18:32:41 +02:00
parent e749476052
commit 7b900d63a9
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@
context="{'user_id': self, 'user_preference': 1}"/>
<field name="view" readonly="0"/>
<label string="" colspan="2"/>
<field name="menu_tips" colspan="2"/>
<field name="menu_tips" colspan="2" readonly="0"/>
<newline/>
<separator colspan="4" string="Preferences"/>
</page>