Skip to content
Snippets Groups Projects
Commit 45800149 authored by Stéphane Wirtel's avatar Stéphane Wirtel
Browse files

[FIX] crm: Hide the filename field, not needed for the end user

bzr revid: stephane@openerp.com-20100427143350-bedhqdd40dwwsafg
parent f6b5858e
No related branches found
No related tags found
No related merge requests found
......@@ -20,11 +20,11 @@
</page>
<page string="Attachments">
<field name="doc1" filename="doc1_fname"/>
<field name="doc1_fname"/>
<field name="doc1_fname" invisible="1" />
<field name="doc2" filename="doc2_fname" />
<field name="doc2_fname"/>
<field name="doc2_fname" invisible="1" />
<field name="doc3" filename="doc3_fname" />
<field name="doc3_fname"/>
<field name="doc3_fname" invisible="1" />
</page>
</notebook>
<group colspan="2" col="4" >
......
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