[IMP] GUI small trick

bzr revid: rim@openerp.com-20140102133906-lney9mnvu1e3w5eq
This commit is contained in:
Richard Mathot (OpenERP) 2014-01-02 14:39:06 +01:00
parent 39d2f2c685
commit 140fac1294
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@
<group nolabel="1" col="4">
<field name="visible_to_user" />
<field name="auth_required" />
<field name="public_url" widget="url" />
<field name="public_url" widget="url" attrs="{'invisible': [('visible_to_user', '=', False)]}"/>
</group>
<field name="description" attrs="{'readonly': True}"/>
<notebook>