[IMP]ir_attachment view change

bzr revid: kjo@tinyerp.com-20120709054033-5rtixxld4r5cr0lh
This commit is contained in:
Kuldeep Joshi (OpenERP) 2012-07-09 11:10:33 +05:30
parent f3e8ac8cd2
commit 963d91ce63
1 changed files with 2 additions and 2 deletions

View File

@ -769,12 +769,12 @@
<field name="datas_fname"/>
<field name="url" widget="url" attrs="{'invisible':[('type','=','binary')]}"/>
</group>
<group string="Attached To">
<group>
<field name="res_model"/>
<field name="res_id"/>
<field name="res_name"/>
</group>
<group groups="base.group_no_one" string="Created">
<group groups="base.group_no_one">
<field name="create_uid"/>
<field name="create_date"/>
</group>