Browse Source

[IMP] attachment_ids tree view in Export task

12.0-mig-module_prototyper_last
clementmbr 4 years ago
committed by David Beal
parent
commit
b2869b8136
  1. 12
      attachment_synchronize/views/attachment_synchronize_task_views.xml

12
attachment_synchronize/views/attachment_synchronize_task_views.xml

@ -50,7 +50,17 @@
<field name="file_type" attrs="{'invisible':[('method_type','!=','import')]}" />
<field name="failure_emails" />
</group>
<field name="attachment_ids" domain="[('task_id', '=', id)]" nolabel="1" attrs="{'invisible':[('method_type','!=','export')]}"/>
<field name="attachment_ids" domain="[('task_id', '=', id)]" nolabel="1" attrs="{'invisible':[('method_type','!=','export')]}">
<tree>
<field name="name"/>
<field name="datas_fname"/>
<field name="file_type"/>
<field name="storage_backend_id"/>
<field name="type"/>
<field name="create_date"/>
<field name="state"/>
</tree>
</field>
</group>
</sheet>
</form>

Loading…
Cancel
Save