Browse Source

- fix task view

12.0-mig-module_prototyper_last
Giovanni 4 years ago
committed by David Beal
parent
commit
9447929d76
  1. 4
      attachment_synchronize/views/task_view.xml

4
attachment_synchronize/views/task_view.xml

@ -18,7 +18,7 @@
<group>
<field name="enabled"/>
<field name="method_type"/>
<field name="filename" attrs="{'invisible':[('method_type','!=','import')]}"/>
<field name="pattern" attrs="{'invisible':[('method_type','!=','import')]}"/>
<field name="filepath"/>
</group>
<group name="action" string="Action">
@ -40,7 +40,7 @@
<tree string="Tasks">
<field name="name" select="1"/>
<field name="method_type"/>
<field name="filename"/>
<field name="pattern"/>
<field name="filepath"/>
</tree>
</field>

Loading…
Cancel
Save