Skip to content

Commit

Permalink
[FIX] Add start_flow and flow_stop in workflow withholding iva
Browse files Browse the repository at this point in the history
  • Loading branch information
egrivero committed Mar 16, 2016
1 parent eb65c80 commit ffca479
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions l10n_ve_withholding_iva/workflow/wh_iva_workflow.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<record id="act_draft" model="workflow.activity">
<field name="wkf_id" ref="wh_iva_order"/>
<field name="action">write({'state':'draft'})</field>
<field name="flow_start">True</field>
<field name="kind">function</field>
<field name="name">draft</field>
</record>
Expand All @@ -26,6 +27,7 @@
<field name="wkf_id" ref="wh_iva_order"/>
<field name="action">action_cancel()
write({'state':'cancel'})</field>
<field name="flow_stop">True</field>
<field name="kind">function</field>
<field name="name">cancel</field>
</record>
Expand All @@ -36,6 +38,7 @@
action_date_ret()
action_move_create()
write({'state':'done'})</field>
<field name="flow_stop">True</field>
<field name="kind">function</field>
<field name="name">done</field>
</record>
Expand Down

0 comments on commit ffca479

Please sign in to comment.