Document: show storage path for any type except 'db'

bzr revid: p_christ@hol.gr-20100622150342-jo41vtxhkq4ff5rz
This commit is contained in:
P. Christeas 2010-06-22 18:03:42 +03:00
parent 4fd5e6b514
commit 29ff45bbd0
1 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@
<field name="online"/>
<field name="readonly"/>
</group>
<group colspan="2" attrs="{'invisible':[('type','!=','realstore')]}">
<group colspan="2" attrs="{'invisible':[('type','=','db')]}">
<field name="path"/>
</group>
</form>
@ -260,7 +260,7 @@
<field name="type">tree</field>
<field name="priority" eval="1"/>
<field name="arch" type="xml">
<tree colors="blue:type in ('url')" string="Documents">
<tree colors="blue:type in ('url')" string="Documents"> *-*
<field name="name"/>
<field name="type"/>
<field name="datas_fname"/>