Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion connector_flow/chunk_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<field name="model">impexp.chunk</field>
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Task Form" version="7.0" create='false'>
<form string="Task Form" create='false'>
<sheet>
<group>
<group>
Expand Down
4 changes: 2 additions & 2 deletions connector_flow/impexp_task_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<field name="model">impexp.task</field>
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Task Form" version="7.0">
<form string="Task Form">
<sheet>
<group>
<field name="name"/>
Expand Down Expand Up @@ -54,7 +54,7 @@
<field name="model">impexp.task.flow</field>
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Task Flow Form" version="7.0">
<form string="Task Flow Form">
<sheet>
<h2><field name="name"/></h2>
<field name="task_ids"/>
Expand Down
2 changes: 1 addition & 1 deletion connector_flow/wizard/run_task_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<field name="model">impexp.wizard.runtask</field>
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Task Form" version="7.0">
<form string="Task Form">
<group>
<field name="flow_id"/>
<field name="task_id"/>
Expand Down