[FIX] Cannot unreconcile direct debit order due to workflow stop

This commit is contained in:
Stefan Rijnhart
2013-01-02 15:45:02 +01:00
parent b66eaaf98d
commit d1688480bf

View File

@@ -12,7 +12,7 @@
another state, 'sent_wait' between sent and done.
-->
<record id="account_payment.act_done" model="workflow.activity">
<field name="flow_stop">False</field>
<field name="flow_stop" eval="False"/>
</record>
<record id="trans_done_sent" model="workflow.transition">