- fix task view

pull/2632/head
Giovanni 2020-01-17 23:00:16 +01:00 committed by Florian da Costa
parent 84f3e8dcca
commit 02a85b61b0
1 changed files with 2 additions and 2 deletions

View File

@ -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>